G
Guest
How do i determine the number of records in the underlying table/query in an
open form and then force a particular field to be either visible (or not) if
the number of records is > 1
i am using the 'on current event' property to set this.
if have tried combination of below without success:
' Me.[Combo7].Visible = (.RecordsetClone.RecordCount > 1)
'Me![Combo7].Visible = (.record.RecordCount > 1)
'With Me![Combo7]
'.Visible = (rsa.RecordCount > 1)
' End With
--
Regards
Patrick Stubbin
open form and then force a particular field to be either visible (or not) if
the number of records is > 1
i am using the 'on current event' property to set this.
if have tried combination of below without success:
' Me.[Combo7].Visible = (.RecordsetClone.RecordCount > 1)
'Me![Combo7].Visible = (.record.RecordCount > 1)
'With Me![Combo7]
'.Visible = (rsa.RecordCount > 1)
' End With
--
Regards
Patrick Stubbin