wingforward
Registered User.
- Local time
- Today, 12:14
- Joined
- Nov 24, 2009
- Messages
- 27
I'm trying to parse an e-mail address in query (to filter out duplicate domain names for a one time debugging routine). My code is Mid(Email.Address, InStr(Email.Address, "@"), 100)
I'm getting an "Invalid procedure call" error. Why is that?
The InStr() part works on its own and the Mid() works if I sub in an arbitrary number.
I'm getting an "Invalid procedure call" error. Why is that?
The InStr() part works on its own and the Mid() works if I sub in an arbitrary number.