Link more Tables to the same Form

Dante1980

Registered User.
Local time
Today, 05:04
Joined
Mar 20, 2006
Messages
11
Hi there,

I have a question: Is it possible to link more than one table to the same Form in order to keep previous data?

Thanks a lot
 
I don't understand the part of the question about keeping previous data.

A form/report has a single RecordSource. That recordSource can be a table or a query. A query can join multiple tables or queries. So, the answer is that a form/report can show data from multiple tables but it really depends on exactly what you are trying to do.
 

Users who are viewing this thread

Back
Top Bottom