G
Guest
Hello all
I have a little problem that I'm sure someone here could help me with or
give me so advise
I have a created a form with 2 textboxs ,1yes/no checkbox and a command
button.
and this form gets filled from a query which updates the table.
The 2 textboxs on form are disabled and one is fill with this code
Complete is my yes / no checkbox
If Complete.Value = True Then
CompletionDate.Value = Now
Else
CompletionDate.Value = ""
End If
So far so good.
What I would like to do is have a commandbutton
set all yes / no checkboxs on form to false
I have tried this code
Me!Complete.Value = False
Which only Works for the first Complete. There will always be only 5
text | text2 | yes-no | boxes on form. The form will be used just to let
person
who does payroll that all Regions are done.
I have created a lot of Excel Forms and understand most code but
can't get this to work
Thanks for any help
I have a little problem that I'm sure someone here could help me with or
give me so advise
I have a created a form with 2 textboxs ,1yes/no checkbox and a command
button.
and this form gets filled from a query which updates the table.
The 2 textboxs on form are disabled and one is fill with this code
Complete is my yes / no checkbox
If Complete.Value = True Then
CompletionDate.Value = Now
Else
CompletionDate.Value = ""
End If
So far so good.
What I would like to do is have a commandbutton
set all yes / no checkboxs on form to false
I have tried this code
Me!Complete.Value = False
Which only Works for the first Complete. There will always be only 5
text | text2 | yes-no | boxes on form. The form will be used just to let
person
who does payroll that all Regions are done.
I have created a lot of Excel Forms and understand most code but
can't get this to work
Thanks for any help