wotamelon
Registered User.
- Local time
- Tomorrow, 02:30
- Joined
- Jul 28, 2010
- Messages
- 38
Hi =)
I don't know much about VBA codes so how should I go about doing this?
In my form I wish to enter my suburb followed by its postcode/zipcode.
Thing is a particular suburb has its particular postcode.... so to save time is there a way so that i can type in my [Suburb] then TAB to the [Postcode/zipcode] textbox and the corresponding one will automatically appear?
YAY thx!
can show me vba codes. Im good to go for any hard bits
like i was thinking...
IF Suburb = 'Melbourne' Then Postcode = '3000'
??
I don't know much about VBA codes so how should I go about doing this?
In my form I wish to enter my suburb followed by its postcode/zipcode.
Thing is a particular suburb has its particular postcode.... so to save time is there a way so that i can type in my [Suburb] then TAB to the [Postcode/zipcode] textbox and the corresponding one will automatically appear?
YAY thx!
can show me vba codes. Im good to go for any hard bits
like i was thinking...
IF Suburb = 'Melbourne' Then Postcode = '3000'
??
Last edited: