CharlesWhiteman
Registered User.
- Local time
- Today, 19:16
- Joined
- Feb 26, 2007
- Messages
- 421
I have a query in my Db which contains a value in a column such as
"1234 - ABC Company Limited"
In my query I have two expressions using the Mid function to create separate columns to give 1234 and in another column ABC Company Limited
I then want in my column with the 1234 to use IsNumeric ("Number") in the criteria but with that criteria set when I try and run the query I just get a value box pop up referring to the main data column.
Any suggestions?
"1234 - ABC Company Limited"
In my query I have two expressions using the Mid function to create separate columns to give 1234 and in another column ABC Company Limited
I then want in my column with the 1234 to use IsNumeric ("Number") in the criteria but with that criteria set when I try and run the query I just get a value box pop up referring to the main data column.
Any suggestions?