P
P B via AccessMonster.com
I have a list of 160,000 records with these fields:
fname, lname, address, city, state, zip, dob
I need to generate a list with all fields where the first initial of lname
and the dob are equal.
How? I can't seem to get Left() to work in a query. Could I put this in a
VBscript and generate a recordset? What's the easiest way to generate this
list? This seems so simple.
Thanks for your help.
fname, lname, address, city, state, zip, dob
I need to generate a list with all fields where the first initial of lname
and the dob are equal.
How? I can't seem to get Left() to work in a query. Could I put this in a
VBscript and generate a recordset? What's the easiest way to generate this
list? This seems so simple.
Thanks for your help.