P
Praveen Manne
Hi
I have 2 tables. One is the main and second is temp. Both the tables are
identical in structure and data. I will do all the calculations in the temp
table and post all the records in the temp table to the main table, when I'm
finished with my calculations. Here I have a problem ..
Both the tables contains RecNo as its primary key (as both are identical)
and which is an autoincrement fields.
for eg:
I have 10 records whose RecNo are 1, 2,3 ..10 in the Main table.
and when I open the form for the TEMP table, I want the RecNo field to be
updated with value 11
and if I go to second record in the Temp table, the RecNo should be 12 and
so on ......
How is this possible? What is the code for doing this? Please Help
Thanks
Praveen Manne
I have 2 tables. One is the main and second is temp. Both the tables are
identical in structure and data. I will do all the calculations in the temp
table and post all the records in the temp table to the main table, when I'm
finished with my calculations. Here I have a problem ..
Both the tables contains RecNo as its primary key (as both are identical)
and which is an autoincrement fields.
for eg:
I have 10 records whose RecNo are 1, 2,3 ..10 in the Main table.
and when I open the form for the TEMP table, I want the RecNo field to be
updated with value 11
and if I go to second record in the Temp table, the RecNo should be 12 and
so on ......
How is this possible? What is the code for doing this? Please Help
Thanks
Praveen Manne