Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. jo2004hi

    Variable from form doesn't show on report No_Data msg

    Thanks again for your assistance. I've removed the "offending" code and it runs just fine. I appreciate you checking the code. Jo
  2. jo2004hi

    Variable from form doesn't show on report No_Data msg

    You're correct that strSearch is not picked up from the form which is why I assigned the value to a text box and referenced the text box in the msgbox. Both the msgbox and the variable worked when there was no data until I changed the .visible mode of the calling form from the Form_open event. Jo
  3. jo2004hi

    Variable from form doesn't show on report No_Data msg

    Thank you Remou! I had considered the option of using the calling form but am unsure how to code for it. I have an on error event for the button to trap a 2501 error but it doesn't fire. The message is coded in the No Data event of the report. The msgbox comes up but the variable is empty...
  4. jo2004hi

    Variable from form doesn't show on report No_Data msg

    I have a calling form that contains a textbox holding search terms. 1) If the report has data, the search terms print out on the reports' unbound text box. 2) When the report opens, I set .visible for calling form to false. 3) If there is no data, I want the search terms to appear in a msg...

Part and Inventory Search

Back
Top