in mysql, to insert a record into a table with an autoincrement primary key you use
insert into myTable values ('null', 'blah', 'blah')
when i try this with access it throws an error
what is the syntax for access so that it autonumbers the primary key field?
see... I'm no good with access
Looking for a job as a programmer in Bristol UK.
insert into myTable values ('null', 'blah', 'blah')
when i try this with access it throws an error
what is the syntax for access so that it autonumbers the primary key field?
see... I'm no good with access
Looking for a job as a programmer in Bristol UK.