Hi there,
I am trying to populate automatically controls with city, zip, address, etc. data based on a control that contains the name of a store. I cut and paste the afterupdate event from the Norhtwind database and here is what I have:
Private Sub Name_AfterUpdate()
On Error GoTo...