|
I have a form with a temp table that I want to start
with 1 row displayed ready to accept data.
I can create the table and add an AutoNum as I want
but how do I use Insert to prime the table with other null values for the
row?
I want to do something like:
INSERT INTO Temp_Table (AutoNum_Col) +
VALUES ( [first autonumber] )
Thanks in advance for any help,
Regards,
Alastair. ----------------------------------
A D B Burr, St. Albans, UK. ---------------------------------- [EMAIL PROTECTED] ---------------------------------- |
