Control source

M

mshornet

I am trying to figure out the control source of a text box. When I look at
the properties the control source indicates the field name but I don't know
how to tell what table or other object the field is located in. How does one
tell?
 
D

Douglas J. Steele

Whatever the ControlSource for the textbox is, it's a field in the report's
RecordSource
 
Top