microsoft access training courses - formquery look up wizard

Forum home » Delegate support and help forum » Microsoft Access Training and help » microsoft access training courses - Form/Query Look up wizard

microsoft access training courses - Form/Query Look up wizard

resolvedResolved · Low Priority · Version Standard

Brian has attended:
Access Intermediate course
Access Advanced course

Form/Query Look up wizard

It is possible when building a form to select specific data from a table to appear as a drop down list when inputting new records, is it possible to select different items from different tables to appear in this drop down list?

RE: Form/Query Look up wizard

Brian, thanks for your question.

It can be done, and you need to have the ability to use relationships, foriegnKey, abit of SQL and join types. Even as an Access trainer and user, I would find this fairly complex, and it would take some time to to get working.

Basically you need to create a relationship between the two tables, one on the Primary key, and the other on the ForeignKey. Then create a Query using a UNION JOIN (SQL) to select all records from both tables.

Richard


 

Access tip:

Space marks

It is good practice not i to have space marks for field names as this can lead to problems when using queries or VBA code. It is much better to use an underscore charcter to represent spaces in field names

View all Access hints and tips


Server loaded in 0.07 secs.