Displaying more than 1 table in a form in access without subforms

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

Guest

Hi I want to display the info from a few tables in a tab form. I want the
first tab page to have table 1 details, second tab page to display second
table details etc.

I dont want to use subforms as the display of data is not appropriate.

If subforms can be designed so that I can re-arrange them in a different way
then this is another alternativve.
 
HI

You should use subforms if you need to display table details in each tab.
Of course you can re-arrange the subforms using a vba code controlling which
subform assigned to which tab.

Another option is creating a query in which you join all the tables inside
it and at this you will be able to display whatever field in each tab.

Nader
 
Back
Top