Hi there - I have a database with hundreds of tables (rach table has the same layout).
I want to be able to open a form which then links to a table.
For example: 10 cars each have there own ID and there own table:
Car 1 - ID 1, Table name "1"
Car 2 - ID 2, Table name "1"
Car 3 - ID 3, Table name "1"
Car 4 - ID 4, Table name "1"
I intend to have one form showing a list of cars and then click on it to open the required form and table.
What code do i use to set the forms control source to say table 4 when it opens.
Many thanks
Mark
I want to be able to open a form which then links to a table.
For example: 10 cars each have there own ID and there own table:
Car 1 - ID 1, Table name "1"
Car 2 - ID 2, Table name "1"
Car 3 - ID 3, Table name "1"
Car 4 - ID 4, Table name "1"
I intend to have one form showing a list of cars and then click on it to open the required form and table.
What code do i use to set the forms control source to say table 4 when it opens.
Many thanks
Mark