ComboBox databinding - complex

M

Mike

I have three tables. TableA and TableB contain data related via TableC (a
many to many relationship).

I would like to use a ComboBox to allow a user to choose the TableB entry
for TableA. Ideally, the data in TableB would appear in a sorted fashion in
the ComboBox. I would also like the user to be able to enter text that is
not in the ComboBox list, if desired. Other data will be entered on this
form as well. The user will press a button to signify that they are finished
modifying data.

When the user presses this button, I need magic to occur that will create
the proper rows in the three tables as a result of the text in the ComboBox
(the rest of the data is databound).

I know this can be done - its just that my small mind hasn't stumbled across
the correct method as yet. Please help. :)

Thank you very much.

Mike

Access 2003/VB 2005 Express Edition
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top