Checkbox
- From: "Chip1035" <Chip1035@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 1 Apr 2005 10:25:08 -0800
This is what I got
Inventory Form which shows employee name, extension, computer serial number
and a checkbox for printer. When the checkbox is checked, a subform shows
the printer's serial number.
I have the following code as an AfterUpdate event
PrinterControl].Visible = Me![CheckBoxName] = -1
Now, when I view a record and the checkbox is empty, the next record has the
checkbox empty, but if I want to place a checkbox to show that employee has a
printer, the previous record has the checkbox checked with the printer
subform empty. If I uncheck the record and go back to the one that should be
checked, I find the checkbox unchecked.
It was suggested I enter the code above in the Form's current event. How
can I access the Form's current event, in order to place the code there? If
needed... If there is another code all together, bring it on so I could try
it. NOTE: I am not a pro at Access, rather just a beginner... Thank you
for any and all help, in advance...
--
-Chip
=)
.
- Follow-Ups:
- Re: Checkbox
- From: tina
- Re: Checkbox
- Prev by Date: Control on Form forces Access to shut down
- Next by Date: #Name?
- Previous by thread: Control on Form forces Access to shut down
- Next by thread: Re: Checkbox
- Index(es):
Relevant Pages
|