R Ruthless Artist Nov 16, 2006 #1 If I place a button in the Form Footer and want to make invisible when there isn't any records, how would I do that? Thanks.
If I place a button in the Form Footer and want to make invisible when there isn't any records, how would I do that? Thanks.
V Van T. Dinh Nov 16, 2006 #2 If Me.RecorsetClone.RecordCount = 0 Then Me.cmdButtonInFooter.Visible = False End If