Hi all, I have a database used for quotes. I have a quote form that has a subform for quote details. In that subform you choose the products and qty. On the same line, I also have a checkbox set up for "options" . This is a product that shows up seperate from the products on the quote.
I have set up two reports, one without options and the other with options, then I set up a code in the print button on the form that prints one report if "options=yes" another when "options=no". That works, but only if the focus is left on the option button! I have tryed to force the focus back to the options button, but that didn't work. I also tried to use a hidden checkbox that will update to yes if options were picked, then use that hidden checkbox, but that didn't work either.
Any Suggestions are Greatly Apprecaited
DAK
I have set up two reports, one without options and the other with options, then I set up a code in the print button on the form that prints one report if "options=yes" another when "options=no". That works, but only if the focus is left on the option button! I have tryed to force the focus back to the options button, but that didn't work. I also tried to use a hidden checkbox that will update to yes if options were picked, then use that hidden checkbox, but that didn't work either.
Any Suggestions are Greatly Apprecaited
DAK