Creating a form off of multiple tables

  • Thread starter Thread starter John Meyer
  • Start date Start date
J

John Meyer

I have a table that has several foreign keys. How do I set up an update
form so that those foreign keys become drop-down lists. In other words,
I want the drop down list to populate the possible values from one
table, but the selected value comes from another.
 
John said:
I have a table that has several foreign keys. How do I set up an update
form so that those foreign keys become drop-down lists. In other words,
I want the drop down list to populate the possible values from one
table, but the selected value comes from another.


Okay, figured this one out using form view and a couple of datasets.
Can anybody point me towards a reasonably good tutorial on this subject?
 

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

Back
Top