I've been messing with this on and off for days.
I have a DLookUp expression in the Default Value of a textbox control on a subform. For the life of me I can figure out what is wrong. I believe I have the Forms referenced properly because another variation of this expression works in a different Master/Detail environment.
The error I get in the textbox is....#Error
The DLookup is...
=DLookUp("User","DB_USERS","RacfID = '" & [Forms]![STUDENT_DATA_TEMP]![STUDENT_DATA_ENTRY].[Form]![RacfID] & "'")
Is there any reason, perhaps a setting in one of my forms to explain this behavior?
Thanks,
Tracy
I have a DLookUp expression in the Default Value of a textbox control on a subform. For the life of me I can figure out what is wrong. I believe I have the Forms referenced properly because another variation of this expression works in a different Master/Detail environment.
The error I get in the textbox is....#Error
The DLookup is...
=DLookUp("User","DB_USERS","RacfID = '" & [Forms]![STUDENT_DATA_TEMP]![STUDENT_DATA_ENTRY].[Form]![RacfID] & "'")
Is there any reason, perhaps a setting in one of my forms to explain this behavior?
Thanks,
Tracy