R
Ron
I have 2 tables. Table1 contains Customer Information
Table2 contains Vendor Information. The fields in each
table are as follows..
Table1 Table2
Customer ID InstallCo
Name Contact Name
Zip Phone
Installer
Phone
What I need to do using a button on a form which displays
information from Table2, when the user clicks on a button
called assign it will prompt the user to enter a zipcode.
Once the user enters a zipcode the Installer field in
Table1 where all the records in table1 have zipcodes that
match what the user has entered, gets updated with
InstallCo information. Is there a way to build an update
query for this I'm stuck and need help with this. Thanks
in advance.
Table2 contains Vendor Information. The fields in each
table are as follows..
Table1 Table2
Customer ID InstallCo
Name Contact Name
Zip Phone
Installer
Phone
What I need to do using a button on a form which displays
information from Table2, when the user clicks on a button
called assign it will prompt the user to enter a zipcode.
Once the user enters a zipcode the Installer field in
Table1 where all the records in table1 have zipcodes that
match what the user has entered, gets updated with
InstallCo information. Is there a way to build an update
query for this I'm stuck and need help with this. Thanks
in advance.