I have a form I want to use as a generic form for multiple tables so that I don't need to create a separate form for each table. All tables have the same format and their forms will also. I already have a lead-in form that gives the users a combobox where they select their facility (separate table for each) and that drives what data they see in another drop down. The record they select will identify the table and record numbers that will be used in later processes of the database.
Can you add additional tables to a form once it has been created. All fields will match the ones in each table.
Also, what is an example of the syntax of a Where clause when you DoCmd.OpenForm. Is field coded as table.field?
Do you have an example.
Thanks,
Surfside1
Can you add additional tables to a form once it has been created. All fields will match the ones in each table.
Also, what is an example of the syntax of a Where clause when you DoCmd.OpenForm. Is field coded as table.field?
Do you have an example.
Thanks,
Surfside1