soundsfishy
Registered User.
- Local time
- Today, 23:25
- Joined
- Sep 25, 2002
- Messages
- 174
someone idot in our dept didnt create separate fields for an address. At the moment they have a one field that stores the whole address e.g 17 White Street Fairfield 3014.
What I need to do for the time being is extract the zip codes and store in a zipcode field in the same table.
Im kinds familar with and GTrim but in the case the address is in segments and im not sure how the extract the post code or anything that is 4 characters from the right.
Dim strZip As String
strPost = Right$(Address, 4)
What I need to do for the time being is extract the zip codes and store in a zipcode field in the same table.
Im kinds familar with and GTrim but in the case the address is in segments and im not sure how the extract the post code or anything that is 4 characters from the right.
Dim strZip As String
strPost = Right$(Address, 4)
Last edited: