hi i have a database question with ms access how do i add new rows to a table with out having to fill the contents of ever cell just the primary key??
Trains :confused:
Printable View
hi i have a database question with ms access how do i add new rows to a table with out having to fill the contents of ever cell just the primary key??
Trains :confused:
In Access, set the Required property of the optional fields to False. See http://books.google.com/books?id=KJ_...j4By6AQSWaedX0 for more information.
in my database it is setup that way already. is there any way use a loop to add a set number of rows to an access database using vb.net 2003?
Run an INSERT query through at For/Next loop