Hi,
I have a query that searches on co-ordinates entered into the Forms text boxes...
The Form is: SrchAdd
The Query is: NorthEast
The Fields within the Query are: MAPEAST and MAPNORTH
The Criteria for MAPEAST is the following:
The Criteria for MAPNORTH is the following:
The problem I am having is that if I enter the co-ordinates and enter the Additional Search Range.
The Query only outputs the co-ordinates.
The Query seems to ignore the Range Number Entered.
I have used normal numbers and that seems to have worked. But if I use the Text Boxes the Query ignores Text Boxes...
So if I enter 504893 it starts with that number and goes through the range of that number i.e. 504893 + (Text Box)
so, 504893 then 504894 then 504895 etc.
Please help.![[smile] [smile] [smile]](/data/assets/smilies/smile.gif)
Any help would be very much appreciated![[smile] [smile] [smile]](/data/assets/smilies/smile.gif)
Thank you for a great forum, and thank you all for the help already given![[2thumbsup] [2thumbsup] [2thumbsup]](/data/assets/smilies/2thumbsup.gif)
Kind regards
Triacona
I have a query that searches on co-ordinates entered into the Forms text boxes...
The Form is: SrchAdd
The Query is: NorthEast
The Fields within the Query are: MAPEAST and MAPNORTH
The Criteria for MAPEAST is the following:
Code:
Between ([forms]![SrchAdd].[text0]) And (([forms]![SrchAdd].[text0])+([forms]![SrchAdd].[text6]))
Code:
Between ([forms]![SrchAdd].[text10]) And (([forms]![SrchAdd].[text10])+([forms]![SrchAdd].[text12]))
The problem I am having is that if I enter the co-ordinates and enter the Additional Search Range.
The Query only outputs the co-ordinates.
The Query seems to ignore the Range Number Entered.
I have used normal numbers and that seems to have worked. But if I use the Text Boxes the Query ignores Text Boxes...
So if I enter 504893 it starts with that number and goes through the range of that number i.e. 504893 + (Text Box)
so, 504893 then 504894 then 504895 etc.
Please help.
![[smile] [smile] [smile]](/data/assets/smilies/smile.gif)
Any help would be very much appreciated
![[smile] [smile] [smile]](/data/assets/smilies/smile.gif)
Thank you for a great forum, and thank you all for the help already given
![[2thumbsup] [2thumbsup] [2thumbsup]](/data/assets/smilies/2thumbsup.gif)
Kind regards
Triacona