Split screen w/ two tables

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I would like to know how to split the screen to show the master table (ie
vehicle info) and a table that contains service info for that vehicle?

Thanks,
Les
 
Create a form that shows the information you want from the master table.
Create another form that shows the service information you want to see. Use
the second form as a subform on the first form, making sure you set the Link
Child and Link Master fields correctly between the form and subform.

Realistically, you should never work directly with the tables.
 

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

Similar Threads

Auto add to Combo box 1
Relational databases 3
Refresh original form 1
Should this be two tables? 2
How to set this up? 9
Union Query Where Clause 0
Lock vs Split Database 4
Alternative to Look-Up 10

Back
Top