dcx693
Registered User.
- Local time
- Today, 13:31
- Joined
- Apr 30, 2003
- Messages
- 3,263
Thanks.
I try!
To handle the "general" case where the number after "General" might be larger then 1 digit, we just need to use a formula like this: Mid([PageCode],8). Can you figure out why? And then assemble the complete formula? See what you get from Mid("General1",8) and Mid("General12",8).
As I noted before, the formula goes into a blank column in your existing "qrySurveyQCSubform" query on the Field: line.
To handle the "general" case where the number after "General" might be larger then 1 digit, we just need to use a formula like this: Mid([PageCode],8). Can you figure out why? And then assemble the complete formula? See what you get from Mid("General1",8) and Mid("General12",8).
As I noted before, the formula goes into a blank column in your existing "qrySurveyQCSubform" query on the Field: line.