My Assistant
![]() ![]() |
|
|
Feb 1 2005, 02:46 PM
Post
#1
|
|
|
New Member Posts: 1 |
Greetings!
I am trying to write a simple parameter query to search a field containing "#123456" as the data format. I need to be able to find all that end in a given number. I believe that the wildcard in the field is causing me trouble. I have tried " like "[#] *" & [last digit]" , = "#" & "*" & [last digit], = "#" & "#####" & [last digit], and = "#" & "?????" & [last digit], all without success. Does anyone have any suggestions? Thanks! |
|
|
|
Feb 1 2005, 02:59 PM
Post
#2
|
|
|
UtterAccess Guru Posts: 762 From: WI |
Assuming you're looking for all ending in 6, this would work:
Right([FieldName],1) = 6 |
|
|
|
Feb 1 2005, 03:44 PM
Post
#3
|
|
|
UtterAccess Addict Posts: 109 From: Tallahassee, FL |
You could also use: like "#####6"
Mike |
|
|
|
![]() ![]() |
|
Go to Top · Lo-Fi Version | Time is now: 21st May 2013 - 12:11 PM |