I've two tables
Table 1 named as "ComingIn"
Fields: AutoID,CustomerNumber,Check_In_time,Check_In_Date, Location
Table 2 named as "GoingOut"
Fields: CustomerNumber,Check_Out_Date,Check_Out_Time,Locat ion
To make changes in two tables I've two forms respectively as table names,
How can we use vba code to,if we add new CustomerNumber in Form "ComingIn" than this CustomerNumber should be automatically added to another table's (GoingOut) CustomerNumber field??
And when I make changes to location should be change in both tables to their CustomerNumber...
Thanks