PDA

Click to See Complete Forum and Search --> : Adding new record


mikki
Aug 15th, 2000, 02:53 PM
When adding a new record to database table, the record is added in the very first position and at the end of the table. How do stop writing over the first record in the table?

parksie
Aug 15th, 2000, 03:06 PM
Have a look at AddNew, but in your case, I would advise that you don't need to put it in a specific order in the table. Just re-order it when you SELECT the records.

JHausmann
Aug 15th, 2000, 04:48 PM
Originally posted by mikki
When adding a new record to database table, the record is added in the very first position and at the end of the table. How do stop writing over the first record in the table?

I'll bet you don't have a primary key defined...

mikki
Aug 16th, 2000, 07:54 AM
My primary is ClientID