A
Amy Luby
I am so new to Access - please forgive the newbie questions!
I have four fields from the same table and must validate in this way:
1) First_name
2) Last_Name
3) Home_Phone
4) Email_addr
If 1 & 2 currently exist in the table, show existing record
If 1 & 2 are not in the table but 3 is, then show existing record
If 1 & 2 are not in the table but 4 is, then show existing record
I know this needs to be done an a before or after update event, but I am
confused as to which field should contain the event. Or, should I write the
event based on the after update event for the form itself?
Thank you for your time!
I have four fields from the same table and must validate in this way:
1) First_name
2) Last_Name
3) Home_Phone
4) Email_addr
If 1 & 2 currently exist in the table, show existing record
If 1 & 2 are not in the table but 3 is, then show existing record
If 1 & 2 are not in the table but 4 is, then show existing record
I know this needs to be done an a before or after update event, but I am
confused as to which field should contain the event. Or, should I write the
event based on the after update event for the form itself?
Thank you for your time!