Background-
Front end: MS Access 2010/VBA
Back end: MS SQL Server 2008
Me: Scale 1 - 10 (10 being high) Access: 5 SQL: 4
I have a form/sub form combo that solicits the visitor for their company name (see attached).
After they press the "Look Up" button the query will list the company along with the company's
location. The Link Master Fields and Link Child Fields causes the query to work.
The client has asked if partial name could be entered instead the full company's name and list all companies. For example
the visitor instead of entering National Fabrication Company could enter National. They would
get something like this:
Active Y National Bearings Columbus
Active Y National Fabrication Company Cincinnati
Active Y National Fabrication Company St. Louis
Thanks in advanced for you help.
Front end: MS Access 2010/VBA
Back end: MS SQL Server 2008
Me: Scale 1 - 10 (10 being high) Access: 5 SQL: 4
I have a form/sub form combo that solicits the visitor for their company name (see attached).
After they press the "Look Up" button the query will list the company along with the company's
location. The Link Master Fields and Link Child Fields causes the query to work.
The client has asked if partial name could be entered instead the full company's name and list all companies. For example
the visitor instead of entering National Fabrication Company could enter National. They would
get something like this:
Active Y National Bearings Columbus
Active Y National Fabrication Company Cincinnati
Active Y National Fabrication Company St. Louis
Thanks in advanced for you help.
Comment