sharad
August 25th, 1999, 03:51 PM
HI All
I want to insert a row into my Database which is in the form of a MDB File . Now the problem is that one of the entries in the row is a AutoNumber which Microsoft Access generates itself .
Suppose i have 4 entries in a row and the 1st is AutoNumber .
If i give the Query
INSERT INTO thetable values(,q,w,e)
it gives an SQL error , obviuosly
I tried a hell lot of jugglery but to no avail
Help me out
Sharad
I want to insert a row into my Database which is in the form of a MDB File . Now the problem is that one of the entries in the row is a AutoNumber which Microsoft Access generates itself .
Suppose i have 4 entries in a row and the 1st is AutoNumber .
If i give the Query
INSERT INTO thetable values(,q,w,e)
it gives an SQL error , obviuosly
I tried a hell lot of jugglery but to no avail
Help me out
Sharad