J
jer
I am using a database on a LAN and I have the following in the on format event
Me.ContactList.Visible = Not IsNull(Me.ContactList)
However when one user opens the data base the label is hidden if the
condition is true but if another user on the LAN subsequently accesses the
data base all the labels are displayed
any suggestions
Me.ContactList.Visible = Not IsNull(Me.ContactList)
However when one user opens the data base the label is hidden if the
condition is true but if another user on the LAN subsequently accesses the
data base all the labels are displayed
any suggestions