empty records

  • Thread starter maxoo via AccessMonster.com
  • Start date
M

maxoo via AccessMonster.com

My question is simple, how I can find empty records in my table Clients?;
ClientID is the key field to order the table. I did it before, but I lose my
previous info/data; I guess I can use the words "IsNull" and/or "IsNotNull".
 
L

Linq Adams via AccessMonster.com

How exactly are you defining "empty?" Truly empty records don't exist in
Access.If there's no data at all there's no record.
 
Top