Query/table/form?

sir_dan_mitchell

Registered User.
Local time
Today, 20:30
Joined
Feb 5, 2002
Messages
74
how can you base a form on a query, and still when u enter new records in the form, the data gets stored in the required table?
 
The query produces a dynaset of the data from each table. As long as the query is updateable, as you update/enter info into the query results, the data will be stored in the underlying table(s)
 

Users who are viewing this thread

Back
Top Bottom