Question
Thread display: Collapse - |
All Answers
Start or search
Create a new discussion
If you're asking for technical help, please be sure to include all your system info, including operating system, model number, and any other specifics related to the problem. Also please exercise your best judgment when posting in the forums--revealing personal information such as your e-mail address, telephone number, and address is not recommended.
Updating two Access Tables at the Same Time
Once system is for payment management and the other for customer control
I need that whenever a payment is entered and fields for
accountNumber,
date,
time,
and RepresentativeID
are completed them to be added as a new customer automatically in the other system. When the data is copied I need the remaining fields to be added in the customerControl program by code (automatically).
Field names are not the same in each program and Primary Keys for the tables are not the same.
Is there a way I can achieve that?