Non-functional checkboxes?

RIck5150

Registered User.
Local time
Today, 15:07
Joined
Jan 3, 2009
Messages
27
I want to make a list from records on a form, and when I generate a report for the appropriate customer order, I want the list to show as a check box so the manufacturer can use it to ensure that they have followed all the details, then I can also use it to doublecheck the item when the manufacturer sends it to me before I ship to the customer.

I do not even know if that made any sense...

But the check box needs to show on the printed report and does not have to have a yes/no attached to it.
 
What is wrong with producing it as a list with a textbox next to the value?
Code:
1. Fits in packaging    [_]
2. Colour is blue        [_]
where [_] is a textbox.
 
There is nothing wrong with it - it is a great idea, actually. I was just looking to see if there was a way to add a checkbox so it would look as professional as possible.
 
A textbox is a control and so is a checkbox. So you can replace the textbox with a checkbox if you wish. Unless I'm missing the point here.

Can you draw up a design (maybe in MS Word) of how you would like it to look.
 

Users who are viewing this thread

Back
Top Bottom