Hi, I'm new to access and am having a really tough time with this one task. :banghead:
I have a query (QRY_full_data_census) that I use to populate a continuous form. The source of this query is two data tables (TBL_Census and TBL_Notes) which link together using an account_number. I can enter a new note on the form for the account, but it doesn't record a corresponding account_number in the table.
I want the TBL_Notes.account_number that matches the current TBL_Census.account_number to be filled in automatically once a new note is added via the form. Hope this makes sense, and thank you very much for any assistance.
I have a query (QRY_full_data_census) that I use to populate a continuous form. The source of this query is two data tables (TBL_Census and TBL_Notes) which link together using an account_number. I can enter a new note on the form for the account, but it doesn't record a corresponding account_number in the table.
I want the TBL_Notes.account_number that matches the current TBL_Census.account_number to be filled in automatically once a new note is added via the form. Hope this makes sense, and thank you very much for any assistance.