I am having a very hard time figuring out how to do the following.
I have a small table, users enter data into it. Most of the time the Phone field matches a completion table but sometimes the Phone is completely new. When the user clicks update, i need the code to update the Phone records with the new data and if the phone doesn't exist it has to append it to the completion table. But do I do this with if statements or use an IIF sql statement? The 2 tables i have are Faxination1 and Am Completion. Thanks for all the help this group has given me. Sometimes i feel like i'm asking too much with these.
I have a small table, users enter data into it. Most of the time the Phone field matches a completion table but sometimes the Phone is completely new. When the user clicks update, i need the code to update the Phone records with the new data and if the phone doesn't exist it has to append it to the completion table. But do I do this with if statements or use an IIF sql statement? The 2 tables i have are Faxination1 and Am Completion. Thanks for all the help this group has given me. Sometimes i feel like i'm asking too much with these.