Access table with related records

R

ReidarT

When you have a table with a relationship to another table you get a + sign
in front of the rows. When you click on the +sign you open the related
records. This is very nice, but the problem is that you often have queries.
Is it possible to do something similar with queries with underlying tables?
Best regards
reidarT
 
J

Joe Fallon

Most developers ignore that feature completely.
They do not want users to touch a table or query.
They only want the users to see the forms.
 
Top