mdemarte
Computer Wizard
- Local time
- Today, 20:28
- Joined
- May 8, 2001
- Messages
- 138
I have a database of vendors and have created a form to find records using the filter from form option. For example, all vendors that are in the city of Rochester or all service vendors. Now, I want to see a report of JUST those vendors. I have created an unbound report where the text box shows the vendor name based on the form, however it only shows the first name, no others. How do I get it to show the other 211 Rochester vendors or the 19 service vendors? If possible, can it be done without using VBA?
The unbound text box Control Source is set to this now:
=[Forms]![frmVendorFind]![VENDOR_NAM]
Thanks in advance!
The unbound text box Control Source is set to this now:
=[Forms]![frmVendorFind]![VENDOR_NAM]
Thanks in advance!