P
Paul Henderson
I have a form that is loaded with a recordset of one, two
or three records. I have created navigation command
buttons to scroll through the records, but I do not want
the buttons to appear if the form's recordset has only one
record (mimicking the action of the in-built form buttons
at the lower left of any form).
I assume that it is the buttons visible property that
needs to toggle, but I don't know what condition to link
it to.
I have dabbled a little with VBA (mainly to hide/show
objects) but am not a programmer.
Can you suggest a solution please? Thank you in advance.
or three records. I have created navigation command
buttons to scroll through the records, but I do not want
the buttons to appear if the form's recordset has only one
record (mimicking the action of the in-built form buttons
at the lower left of any form).
I assume that it is the buttons visible property that
needs to toggle, but I don't know what condition to link
it to.
I have dabbled a little with VBA (mainly to hide/show
objects) but am not a programmer.
Can you suggest a solution please? Thank you in advance.