G
George Avery
If anyone can help me with this I'd be grateful.
I have a form which opens from code which shows only those records for
the logged on user. It works just how I want it to except that I would
like to show a label normally set to hidden only if there are no
records. The label will just say "If the form is blank then you have
no outstanding calls."
I envisaged some code along the lines of a check in the form's On Open
event to look at the recordset count and if <1 then
labelx.visible=true but the syntax/construction has beaten me.
TIA - GA
I have a form which opens from code which shows only those records for
the logged on user. It works just how I want it to except that I would
like to show a label normally set to hidden only if there are no
records. The label will just say "If the form is blank then you have
no outstanding calls."
I envisaged some code along the lines of a check in the form's On Open
event to look at the recordset count and if <1 then
labelx.visible=true but the syntax/construction has beaten me.
TIA - GA