Hi All -
I am new to VB.net and having worked with Access wizards, I have difficulty in the coding of certain functions. Can someone help me with this?
I have created a form that contains the fields:
ZipCode
City
State
County
I have a sql table named USZipCodes. I have created a sqldataadapter in my form called sqldataadapterzipcodes. It includes the same fields as above. What I would like to do is when my ZipCode in my form is entered, I would like to have the City, State and County appear and update into my sql table. Is this possible?
Thanks - Maria
I am new to VB.net and having worked with Access wizards, I have difficulty in the coding of certain functions. Can someone help me with this?
I have created a form that contains the fields:
ZipCode
City
State
County
I have a sql table named USZipCodes. I have created a sqldataadapter in my form called sqldataadapterzipcodes. It includes the same fields as above. What I would like to do is when my ZipCode in my form is entered, I would like to have the City, State and County appear and update into my sql table. Is this possible?
Thanks - Maria