Tick boxs on a packing list

  • Thread starter Thread starter Simon
  • Start date Start date
S

Simon

I am creating a report that shows products along with a subform
showing optional extras for each product. On the subform i have drawn
a box so it gives me the options when printed and packing the order to
tick them off as boxed. This work fine when i have optional extra but
when i have no optional extras in the subform i just end up with a box
on the screen which i do not want.

How do i set it up so it does not have box when i have no optinal extra
 
Hi Simon

The basics are

If me.Something = something then
Me.Box.visible=true
End if

Not really sure what you are adding up - or why you want to print a form in
the 1st place (use a report - much better). But I hope the above gives you a
start on what you're trying to achieve
 
So long as there is nothing else in that same horizontal space, you
can turn on the CanShrink property and it will disappear when empty.

HTH
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top