G
Guest
I have created a combo box to generate the respective Pcode and Zone when the
Suburb is selected. The Postcode works fine, but the zone does not generate.
The 'After Update' Event procedure is as follows:
Private Sub Suburb_AfterUpdate()
Me.Pcode = Me.Suburb.Column(1)
Me.Zone = Me.Suburb.Column(1)
End Sub
Thanks for any help
Suburb is selected. The Postcode works fine, but the zone does not generate.
The 'After Update' Event procedure is as follows:
Private Sub Suburb_AfterUpdate()
Me.Pcode = Me.Suburb.Column(1)
Me.Zone = Me.Suburb.Column(1)
End Sub
Thanks for any help