A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

how do i get listbox selected data into table



 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old November 5th, 2009, 06:17 PM posted to microsoft.public.access.forms
trying2learn
external usenet poster
 
Posts: 1
Default how do i get listbox selected data into table

I have a form with an unbound listbox (0) set to simple for multi select,
that I populate it from a table that contains boardmembers. the query has 2
fields the boardmemberid and a concatenated field of Boardmember:bmlastname &
" " & bmfirstname. The listbox column count is set to 2 and they are 0",1.5".

The form also has an unbound textbox (name dBdate) set to date() and a combo
box (named cboBoard) that when clicked on has 3 options: board 1, board 2,
Joint.

I would like to get the date, selected data from conbobox and selected data
from the list box to append to a table called tblBmeetings which has the
following fields.

bmeetingid(auto pk)
bmid (number(fK to bmid in tblboardmembers))
Board
BoardMember
Bdate

I would like to do this with a cmd button.

Thanks
 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 05:42 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.