Adding a new record

Young20

Registered User.
Local time
Yesterday, 18:32
Joined
Nov 2, 2006
Messages
15
I have a form that has a list box with events in it. On the same form I have two combo boxes, each with the same information; officials names. I added a subform to form1 and I want this form to store and display the information that is chosen(officials and events). How do I make this happen? It seems easy, but I just can't wrap my finger around it.
 
What is you tables structure like? a subform implies two tables, which gets information related to the main form and linked by a common field.
lightray
 
I have one table that relates to the events(has all of them listed in the table and then connected to the Events listbox). I have another table that has all of my official's names and information in that. Then in the subform I have a blank table that has the headers of the events table and officials table. this is the table that I need my information transfered to on the click of a button.
 

Users who are viewing this thread

Back
Top Bottom