S sir_dan_mitchell Registered User. Local time Today, 22:18 Joined Feb 5, 2002 Messages 74 Sep 10, 2002 #1 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?
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?
Fizzio Chief Torturer Local time Today, 22:18 Joined Feb 21, 2002 Messages 1,884 Sep 10, 2002 #2 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)
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)