F
floyd33 via AccessMonster.com
I have a macro on change of a field that sets the value of various other
fields in a form, based on ID's matching. I just needed to add another field
to set the value of and on update am gettings this error: "sntax error in
date in query expression." The field who's value I'm trying to set is not a
date, it's text.
Here's the macro:
Item: [Forms]![frmMeeting]![subfrmAttendees].[Form]![FacilLicense#]
Expression: DLookUp("FacilLicense#","qrySpeakers","SpeakerID=Forms!
[frmMeeting]![subfrmAttendees].Form![SpeakerID]")
why would I be getting this error? Thanks!
fields in a form, based on ID's matching. I just needed to add another field
to set the value of and on update am gettings this error: "sntax error in
date in query expression." The field who's value I'm trying to set is not a
date, it's text.
Here's the macro:
Item: [Forms]![frmMeeting]![subfrmAttendees].[Form]![FacilLicense#]
Expression: DLookUp("FacilLicense#","qrySpeakers","SpeakerID=Forms!
[frmMeeting]![subfrmAttendees].Form![SpeakerID]")
why would I be getting this error? Thanks!