Using multiple tables

M

Mac@440th

On a single page, is it possible to extract database, based on user-
input primary key, from one Access table (Table1) and populate a form
on the page and then, after user makes necessary modifications, save
the data on the form to another table (Table2) in same database? Both
tables were created using the FP Database Wizard.
 
T

Ted

Use FP-DRW and chose the table you want to use as table2. I assume that the
fieldnames in your table1 matches the fieldnames in table2
 
Top