T
Tony Palermo
I have created a table and would like to have the
autonumber in their to use for a sort. there are 5
columns in the table one of which is the autonumber which
is in the last spot. i just want to know if there is a
way to insert into the table the other 4 variables
without having to physically send the autonumber too. i
have tried the following statement and it did not work.
please help
insert into tablename (column1, column2, column3,
column4) values (variable1,variable2,variable3,variable4)
this will not work cause the autonumber is the fifth
column and i am not passing any value for it. please
please help
autonumber in their to use for a sort. there are 5
columns in the table one of which is the autonumber which
is in the last spot. i just want to know if there is a
way to insert into the table the other 4 variables
without having to physically send the autonumber too. i
have tried the following statement and it did not work.
please help
insert into tablename (column1, column2, column3,
column4) values (variable1,variable2,variable3,variable4)
this will not work cause the autonumber is the fifth
column and i am not passing any value for it. please
please help