Newbie

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have created a database in Access and every time I add info to it and then
exit, when I come back, I have blank records at the beginning of the table.
What causes this?

L.
 
I have created a database in Access and every time I add info to it and then
exit, when I come back, I have blank records at the beginning of the table.
What causes this?

L.

I have no idea.

How are you adding data to the table? using a Form (good) or directly
into the table datasheet (very limited)?
Does the table have a Primary Key (it really should!)?
Have you tried deleting the blank records?
Are you aware that tables have no controllable order - they're
"buckets" of data, and you'll usually see them in either Primary Key
order or (if there is none) in whatever order Access finds convenient?

John W. Vinson[MVP]
 
Back
Top