Form Footer

  • Thread starter Thread starter Ruthless Artist
  • Start date Start date
R

Ruthless Artist

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 Me.RecorsetClone.RecordCount = 0 Then
Me.cmdButtonInFooter.Visible = False
End If
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top