F
Frank Martin
I have several Combo Boxes on a form, each one to select a class of
address (Customer, Supplier, Personal etc.)
I have just bought a ticket printer ("Brother QL500") and this is connected
and working well.
I want the ticket printer to print labels from ANY category of address shown
above, that is when any of the relevant Combos is selected then a ticket
based on its 'AddessesID' can be printed.
I thought the simplest way to do this was to place an separate unbound
control on the form "Text164" and then use the expression builder to make
the Control Source:
=[Combo64] Or [Combo65] Or [Combo66] Or [Combo67]
But this doesn't work, and all I get is a "-1" in the Text164
Can someone help me here? Regards, Frank
address (Customer, Supplier, Personal etc.)
I have just bought a ticket printer ("Brother QL500") and this is connected
and working well.
I want the ticket printer to print labels from ANY category of address shown
above, that is when any of the relevant Combos is selected then a ticket
based on its 'AddessesID' can be printed.
I thought the simplest way to do this was to place an separate unbound
control on the form "Text164" and then use the expression builder to make
the Control Source:
=[Combo64] Or [Combo65] Or [Combo66] Or [Combo67]
But this doesn't work, and all I get is a "-1" in the Text164
Can someone help me here? Regards, Frank