G
George Avery
Forgive the second post but I just cannot get this to work.
I want to make a label visible only if a form has no
records to display. I am opening the form using code
behind a button on another form to filter records based on
the currently logged on (domain not database) user. I have
tested that the filter works and is providing the results
I want. The label will tell the user that the form is
blank because there are no records so that they don't
think there's a problem.
In a previous post this was suggested -
In the Form's Open event:
LBL_info.Visible = Me.RecordsetClone.RecordCount =0
- but this doesn't work. Can someone please help me out.
Thanks - GA
I want to make a label visible only if a form has no
records to display. I am opening the form using code
behind a button on another form to filter records based on
the currently logged on (domain not database) user. I have
tested that the filter works and is providing the results
I want. The label will tell the user that the form is
blank because there are no records so that they don't
think there's a problem.
In a previous post this was suggested -
In the Form's Open event:
LBL_info.Visible = Me.RecordsetClone.RecordCount =0
- but this doesn't work. Can someone please help me out.
Thanks - GA