I've never used a VBA in my Access parctise, so I would really appriciate, if someone would help me with a little advise (maybe it could be done with an append Query?):
I have two tables:
1st table- is dbo_Customer linked to my Acces Database and I don't know who exactly and when makes an updates to this table. I know it happens overnight...
2nd table- is0000 CONS ACCOUNT my own Access Table that partially gets the info from dbo_CustomerTable, and has different field's names for the same entity than in dbo_Customer. For example:
[dbo_Customer].[CustName]=[0000 CONS ACCOUNT].[AccountName]
[dbo_Customer].[REP_Name]=[0000 CONS ACCOUNT].[REP] and so on...
1. What kind of tool can I use to track all the changes happened overnight?
2. Where I Have to specify what fields should be matching?
3. Where and how should I request an update or to make those changes to my Access Table?
2. How can I produce any kind of output saying those particular changes were apllied (giving some kind of list of when and what exactly have been changed, like a macro that would automatically sends the e-mail to certain people, saying that Account Manager has been changed from ...to...).)?
Thank you in advance,
Valeriya
I have two tables:
1st table- is dbo_Customer linked to my Acces Database and I don't know who exactly and when makes an updates to this table. I know it happens overnight...
2nd table- is0000 CONS ACCOUNT my own Access Table that partially gets the info from dbo_CustomerTable, and has different field's names for the same entity than in dbo_Customer. For example:
[dbo_Customer].[CustName]=[0000 CONS ACCOUNT].[AccountName]
[dbo_Customer].[REP_Name]=[0000 CONS ACCOUNT].[REP] and so on...
1. What kind of tool can I use to track all the changes happened overnight?
2. Where I Have to specify what fields should be matching?
3. Where and how should I request an update or to make those changes to my Access Table?
2. How can I produce any kind of output saying those particular changes were apllied (giving some kind of list of when and what exactly have been changed, like a macro that would automatically sends the e-mail to certain people, saying that Account Manager has been changed from ...to...).)?
Thank you in advance,
Valeriya