L
Linda in Iowa
I want to add new records from an imported spreadsheet. I have a query using
a new records table and current records table. FirstName and LastName are
two of the fields. I have the tables linked by LastName. I have an
autonumber field as a primary key and the criteria is set to Is Null. The
problem is if there is a current record with the same last name as my new
record it doesn't think there is a new record. How can I check for first
name also or is there an easier way. Another problem is that sometimes the
first name might be Steve and when the person renews membership they list
their first name as Stephen so the query would think it is a new record
instead of just an update. There is also a field for new member and
renewing member and this would help but I have seen where it is entered
incorrectly.
I am also working on an update query that isn't returning any info yet.
Thanks for any help on this.
a new records table and current records table. FirstName and LastName are
two of the fields. I have the tables linked by LastName. I have an
autonumber field as a primary key and the criteria is set to Is Null. The
problem is if there is a current record with the same last name as my new
record it doesn't think there is a new record. How can I check for first
name also or is there an easier way. Another problem is that sometimes the
first name might be Steve and when the person renews membership they list
their first name as Stephen so the query would think it is a new record
instead of just an update. There is also a field for new member and
renewing member and this would help but I have seen where it is entered
incorrectly.
I am also working on an update query that isn't returning any info yet.
Thanks for any help on this.