I have a Main Form frmJOBS in which a subform frmVENDOR_JOBINFO is embedded. As there can be multiple Vendors per Job, I am experimenting with ways add Vendors. Although I like the datasheet view, the address/contact info as well as other information needs to be easily accessible, and therefore I must use a form view.
*IDEALLY* I would like to have a combo box (List of ALL Vendors from tblVendors) with Command Button that allows user to "Add Vendor to Job". Clicking this Button inputs the Vendor's name the Vendor_Job List Box, afterwhich clicking on the name in the List Box, brings up the address, and other info related Job Info unique to this Vendor in the subform frmVENDOR_JOB info.
This forum and all the DB examples that people have posted have been a wonderful resource, but I feel like I have run into a bit of a wall, and would GREATLY appreciate any advice.
Cheers,
Blair
*IDEALLY* I would like to have a combo box (List of ALL Vendors from tblVendors) with Command Button that allows user to "Add Vendor to Job". Clicking this Button inputs the Vendor's name the Vendor_Job List Box, afterwhich clicking on the name in the List Box, brings up the address, and other info related Job Info unique to this Vendor in the subform frmVENDOR_JOB info.
This forum and all the DB examples that people have posted have been a wonderful resource, but I feel like I have run into a bit of a wall, and would GREATLY appreciate any advice.
Cheers,
Blair