i want my table to auto-fill a field based on the previous one.
the reason i want this to be done is so i can fetch data in a form from a single table instead of multiple, which creates record-source invalid/type mismatch error.
tblNames
ID
Name
Code
Desig
tblWork
ID
Work
Name(as in tblNames)(chosen by a combobox, dropdown)
Code(need this to autofill based on name, can fetch data from tblNames)