P
pfm721
This is an easy one, but I can't seem to get it to work. I have a form with a
combo box on it to display a Vendor's name. When I look up a record I need to
box to populate with the current vendor. If I then click on the box I want it
to show all availble vendor's in case I need to change vendor's at a
different time. Table structure is as follows. Users pull records by
searching VetSSN.
tblVet
VetSSN (pk)
Consult#
tblConsult
Consult# (pk)
VendorID
tblVendor
VendorID (pk)
VendName
VendCity
VendState
combo box on it to display a Vendor's name. When I look up a record I need to
box to populate with the current vendor. If I then click on the box I want it
to show all availble vendor's in case I need to change vendor's at a
different time. Table structure is as follows. Users pull records by
searching VetSSN.
tblVet
VetSSN (pk)
Consult#
tblConsult
Consult# (pk)
VendorID
tblVendor
VendorID (pk)
VendName
VendCity
VendState