Hey, Guys!
Trying to figure out how to write (maybe an append query)which is going to update my Access_Table if Particular Fields from dbo_Table are not matching with my Access_Table.
Also I need to develop some kind of tool that would track these changes(maybe macro that would automatically send the e-mail to certain people, saying that Account Manager has been changed from ...to...).For example:
AccountName: IIf([dbo_Customer].[CustName]<>[0000 CONS ACCOUNT].[AccountName],[dbo_Customer].[CustName])
Do I really need to specify or to write IF Statement for each field that is not matching and how it's usually done?
Thank you in advance!
Valeriya
Trying to figure out how to write (maybe an append query)which is going to update my Access_Table if Particular Fields from dbo_Table are not matching with my Access_Table.
Also I need to develop some kind of tool that would track these changes(maybe macro that would automatically send the e-mail to certain people, saying that Account Manager has been changed from ...to...).For example:
AccountName: IIf([dbo_Customer].[CustName]<>[0000 CONS ACCOUNT].[AccountName],[dbo_Customer].[CustName])
Do I really need to specify or to write IF Statement for each field that is not matching and how it's usually done?
Thank you in advance!
Valeriya