J
Jim K. - SGB
I have a DB called Ship-01 with the following Tables:
SR01
ARCUST
SR01 is the main DB where the user inputs data. It has several fields
including the following:
CUST_NO
CUST_NAME
ARCUST is an ODBC Linked DB with several fields including ones that are the
same as the 2 listed above in the SR01 DB. This Linked DB has a 1 to many
relationship to SR01 with the Linked field being CUST_NO.
I want to automatically populate the CUST_NAME field in SR01 with the data
from the CUST_NAME field in ARCUST when adding a new record only. After the
record is added, the SR01 should retain the original imported text whether or
not the CUST_NAME and/or the CUST_NO in the ARCUST DB is changed or deleted.
This preserves the history for said record. Is this possible with simple
coding or macros and if so, how? I am very new to Access and have no
experience with VBA.
Jim K.
SR01
ARCUST
SR01 is the main DB where the user inputs data. It has several fields
including the following:
CUST_NO
CUST_NAME
ARCUST is an ODBC Linked DB with several fields including ones that are the
same as the 2 listed above in the SR01 DB. This Linked DB has a 1 to many
relationship to SR01 with the Linked field being CUST_NO.
I want to automatically populate the CUST_NAME field in SR01 with the data
from the CUST_NAME field in ARCUST when adding a new record only. After the
record is added, the SR01 should retain the original imported text whether or
not the CUST_NAME and/or the CUST_NO in the ARCUST DB is changed or deleted.
This preserves the history for said record. Is this possible with simple
coding or macros and if so, how? I am very new to Access and have no
experience with VBA.
Jim K.