T
Tom
I'm using a dlookup to pull city and state from a ZipCode
table using a textbox control source (=DLookUp
("[City]","ZipCode","[Zip] = Form![Zip]").
My question is what is the code I would use to save the
City displayed in the form to City field in the form's
main table.
Thanks!!
table using a textbox control source (=DLookUp
("[City]","ZipCode","[Zip] = Form![Zip]").
My question is what is the code I would use to save the
City displayed in the form to City field in the form's
main table.
Thanks!!