L
LiquidWrench
I have developed a form that allows the user to append the current record to
one of two tables depending on whether or not the steps are complete. The
determining factor are some check boxes placed on the form I have also placed
2 cmd buttons for each check box. The first allow the user to actually
append the record to the appropriate table and the second allowing the user
to delete the same record from the current table, therefore moving the record
to the appropriate table ie completed or incomplete. What I want to do is
hide the first command button until the checkbox is selected and keep the
second command button hidden until the first button is pressed. I know this
is done in the OnClick event but not sure of the code.
Can some help please.
one of two tables depending on whether or not the steps are complete. The
determining factor are some check boxes placed on the form I have also placed
2 cmd buttons for each check box. The first allow the user to actually
append the record to the appropriate table and the second allowing the user
to delete the same record from the current table, therefore moving the record
to the appropriate table ie completed or incomplete. What I want to do is
hide the first command button until the checkbox is selected and keep the
second command button hidden until the first button is pressed. I know this
is done in the OnClick event but not sure of the code.
Can some help please.