B
bert
Hello
I have the following problem
In a access file i order spare parts for my machanics.
The mechanics can, whit a checkbox, tell me wat part i must order.
When i recive the parts i can see in a form whitch of the mechanics orderd
that part
in that form i have a check box, this form is built up whit a quary,
And the checkbox is "on"/"1"
Now when i uncheck the checkbox i what a form, from the printer whit on that
form
all the informatie from that record of whitch i just uncheckt the check box.
I can whit a marco do the following:
Private Sub is_besteld_Click()
DoCmd.PrintOut acSelection, , , acHigh, 1, 1
End Sub
Now i get a printout of the form, but thats so large that it is over 4
pages.
What i really what is, and that is my question, how can i in the same way
print a report from the checkbox that i have just uncheckt?
i can really juse a helping hand here.
Thanks for any help.
Bert-Jan
I have the following problem
In a access file i order spare parts for my machanics.
The mechanics can, whit a checkbox, tell me wat part i must order.
When i recive the parts i can see in a form whitch of the mechanics orderd
that part
in that form i have a check box, this form is built up whit a quary,
And the checkbox is "on"/"1"
Now when i uncheck the checkbox i what a form, from the printer whit on that
form
all the informatie from that record of whitch i just uncheckt the check box.
I can whit a marco do the following:
Private Sub is_besteld_Click()
DoCmd.PrintOut acSelection, , , acHigh, 1, 1
End Sub
Now i get a printout of the form, but thats so large that it is over 4
pages.
What i really what is, and that is my question, how can i in the same way
print a report from the checkbox that i have just uncheckt?
i can really juse a helping hand here.
Thanks for any help.
Bert-Jan