I have 2 databases.
The source database contains Customer Names (Customers)
The destination database contains Customer Information (CustInfo)
The tables used to link the two databases are: tblCustomer from Customers with the field CustomerID as primary key; and tblCInfo from the CustInfo
tblCinfo has a field: CustomerID as a number field.
Relationship between the two is: Customer.CustomerID to CustInfo.CustomerID (one to one)
In Database CustInfo, the table: ->tblCustomerID was created when linking the two databases.
When a new name is entered in Customers, the CustInfo is not being updated.
What am I missing?
The source database contains Customer Names (Customers)
The destination database contains Customer Information (CustInfo)
The tables used to link the two databases are: tblCustomer from Customers with the field CustomerID as primary key; and tblCInfo from the CustInfo
tblCinfo has a field: CustomerID as a number field.
Relationship between the two is: Customer.CustomerID to CustInfo.CustomerID (one to one)
In Database CustInfo, the table: ->tblCustomerID was created when linking the two databases.
When a new name is entered in Customers, the CustInfo is not being updated.
What am I missing?