I have two tables table1 with fields (name,date of birth,address,postcode) and table2(name,date of birth,address,postcode,time,reason,etc). Table1 is set to read only as i only need to retrive some values from it. table2 is empty and set to full access for editing, add new records, etc
I am able to select a record from table1 using SQL statement, the problem i am having is that i dont know the statement i should use to load this record onto table2.
By the way i am using DB anywhere, any help will be much appreciated
I am able to select a record from table1 using SQL statement, the problem i am having is that i dont know the statement i should use to load this record onto table2.
By the way i am using DB anywhere, any help will be much appreciated