View Full Version : what's the best way to use multiple tables in a form?


gino
04-07-2000, 10:13 AM
what's the best way to use multiple tables in a form?

I wish not to use subforms....is there another way to combine multiple table fields into one form? Your reply would be greatful. thank you.

Peter Paul
04-07-2000, 01:35 PM
One possiblity is to create a query which includes the different tables you wish to have on the form. Then create a from from the query. This only becomes really confusing if you have similarly named fields in the tables you choose for the query.

Good luck

Peter Paul