Hello -
I'm tying to do a mass update adding notes to our Access 2007 database, but I'm running into an issue -
I am matching an empyee ID worksheets up with our master table in access 2007. i would like to add a note that say:
Date: Batch update: subj is part of upgrade project. subj has close "type of duties" (this is a field in the form that i want it to auto populate with matching ID) of "COMPLETION_DATE " (again part of the form that i would like to auto populate)
but each time i try to do this, it gives me an error message
" The specified field '[TYPE_OF_DUT]' could refer to more than one table listed in the FROM clause of your SQL statement."
I'm tying to do a mass update adding notes to our Access 2007 database, but I'm running into an issue -
I am matching an empyee ID worksheets up with our master table in access 2007. i would like to add a note that say:
Date: Batch update: subj is part of upgrade project. subj has close "type of duties" (this is a field in the form that i want it to auto populate with matching ID) of "COMPLETION_DATE " (again part of the form that i would like to auto populate)
but each time i try to do this, it gives me an error message
" The specified field '[TYPE_OF_DUT]' could refer to more than one table listed in the FROM clause of your SQL statement."
Code:
[ConfirmationComment] & Chr(13) & Chr(10) & "8/05/2011: Batch update- Subj is part of UPGRADE project. Subj has close " & [TYPE_OF_DUT] & " of " & [COMPLETION_DATE] & ". & Chr(13) & Chr(10)