R
Richard
A form contains an unbound text box named "TicketID" with a
ControlSource
=DLookUp("[TicketID]","tblButtons","[ButtonNumber]=""" &
[ButtonNumber] & """")
The box has a
- little green triangle in upper left corner of unbound text box
- what other visuals might form editor show?
- exclamation diamond
the diamond drops down a menu with highlighting on
- Invalid Control Property:Control Source
- Circular Reference
Nothing seems 'wrong' when the form runs, but why would access
indicate a circular reference?
ControlSource
=DLookUp("[TicketID]","tblButtons","[ButtonNumber]=""" &
[ButtonNumber] & """")
The box has a
- little green triangle in upper left corner of unbound text box
- what other visuals might form editor show?
- exclamation diamond
the diamond drops down a menu with highlighting on
- Invalid Control Property:Control Source
- Circular Reference
Nothing seems 'wrong' when the form runs, but why would access
indicate a circular reference?