I have created a few forms which search for data, so far all of these work – well I have one problem that I have already posted.....
However I was wondering if there is a way of actually seeing what your are search for i.e. when I click the search button, it goes through the code and searches, but can I see the actual search criteria?
So I have some searches that will only use 1 field out of a possible 5 fields, so could I see the actual searching criteria like:-
SELECT tbl05to06
FROM tbl05to06
WHERE (tbl05to06.Centre)>="2A7T1"
However I was wondering if there is a way of actually seeing what your are search for i.e. when I click the search button, it goes through the code and searches, but can I see the actual search criteria?
So I have some searches that will only use 1 field out of a possible 5 fields, so could I see the actual searching criteria like:-
SELECT tbl05to06
FROM tbl05to06
WHERE (tbl05to06.Centre)>="2A7T1"