jonnymenthol
Registered User.
- Local time
- Today, 17:54
- Joined
- Oct 31, 2001
- Messages
- 58
Hello,
I have used the left function to provide me with the left x characters of a field, which works fine.
However, I want to query this field to only give me certain descrpitions, but it will not work.
Can anyone let me know if this is possible, or if I'm totally out of luck,
Thanks,
J.
I have used the left function to provide me with the left x characters of a field, which works fine.
Code:
Description: Left([c$products],[diff])
However, I want to query this field to only give me certain descrpitions, but it will not work.
Can anyone let me know if this is possible, or if I'm totally out of luck,
Thanks,
J.