Hi,
I've spent the better part of this afternoon trying to accomplish a simple task.
I have a form that we use to enter in RMA information. This form generates a report with the customer's information and where to send the equipment. I simply added a label with our address under our logo.
Recently, we just added a service center overseas, so I need to add an option on the report to display the address of our overseas service center, instead of the default main factory, based on a checkbox I'll add to the form called "SEND OVERSEAS".
However, I am producing nothing but sloooow generating reports (that don't accomplish the task) and errors.
Assuming I have a checkbox called "chkSendOverseas", a label called "lblUSAddress", and one called "lblOverseasAddress" -- how do I get the report to print the Overseas address under our logo if the "SEND OVERSEAS" checkbox is ticked?
Thanks,
--RHYNO
I've spent the better part of this afternoon trying to accomplish a simple task.
I have a form that we use to enter in RMA information. This form generates a report with the customer's information and where to send the equipment. I simply added a label with our address under our logo.
Recently, we just added a service center overseas, so I need to add an option on the report to display the address of our overseas service center, instead of the default main factory, based on a checkbox I'll add to the form called "SEND OVERSEAS".
However, I am producing nothing but sloooow generating reports (that don't accomplish the task) and errors.
Assuming I have a checkbox called "chkSendOverseas", a label called "lblUSAddress", and one called "lblOverseasAddress" -- how do I get the report to print the Overseas address under our logo if the "SEND OVERSEAS" checkbox is ticked?
Thanks,
--RHYNO