G
Guest
When I click Forms!SWB!StaffSearchComBx, a popup called SWBStaffWarning
appears. SWBStaffWarning contains StaffEndowLstBx, with a RowSource taken
from a QueryBuilder statement with this clause:
WHERE
((([MtchStaffTbl].[MchStfIDCode])=[Forms]![SWB]![StaffSearchComBx].[Column(0)]))
But Access asks me for the meaning of
[Forms]![SWB]![StaffSearchComBx].[Column(0)]
before it opens the form, even though it is perfectly clear in the Immediate
window. When I manually enter the definition, StaffEndowLstBx works fine.
How come?
Thanks!
appears. SWBStaffWarning contains StaffEndowLstBx, with a RowSource taken
from a QueryBuilder statement with this clause:
WHERE
((([MtchStaffTbl].[MchStfIDCode])=[Forms]![SWB]![StaffSearchComBx].[Column(0)]))
But Access asks me for the meaning of
[Forms]![SWB]![StaffSearchComBx].[Column(0)]
before it opens the form, even though it is perfectly clear in the Immediate
window. When I manually enter the definition, StaffEndowLstBx works fine.
How come?
Thanks!