G
Guest
I have a form with a command button that's visible property is determined by a Yes/No field, and this works fine when the form is set to single form. I have this being done on the form's OnCurrent event. When I set the form to continuous forms, the visible property affects all records instead of just the current record. I would like to be able have the buttons visible property work on only the current record but on continuous forms. Any suggestions?