N
NH
What is the quickest and easiest way of testing whether a record already
exists in a table?
I.e. Is there a record with 'Joe' in the 'FirstName' field of the 'Contacts'
table?
My first thought is open a recordset, and loop though counting the records
with "Joe" in [Name].... But is seems quite a clunky way of doing such
simple task..
Thanks,
Nick
exists in a table?
I.e. Is there a record with 'Joe' in the 'FirstName' field of the 'Contacts'
table?
My first thought is open a recordset, and loop though counting the records
with "Joe" in [Name].... But is seems quite a clunky way of doing such
simple task..
Thanks,
Nick