|
-
Nov 10th, 2000, 03:56 PM
#1
Thread Starter
Fanatic Member
Would some one advise?
I would like to be able to pick only the rows where the
zip codes in a given database table contain non-numeric characters
Thanks a lot..
-
Nov 11th, 2000, 07:59 AM
#2
Lively Member
Try this.
Assuming your Zip Code field is called "Zip"
Generate a recordset based on the following SQL call.
SQLStatement = "Select [Zip] from [Table] where IsNumeric([Zip]) = False
The above assumes that you are using an Access DB
Regards
Adrian
VB6sp4, Delphi 4 (learning).
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|