P
PACS
I have a macro that performs a first name search that can be executed from a form. It prompts me for the 'Party First Name to Search For'. It executes the following SQL using applyfilter:
[application number] In (select distinct([application number]) from [application party] where firstname like [Party First Name to Search For]+'*')
It retrieves the correct subset of data.
Then to get back to the whole database I run a macro that does a showallrecords.
It retrieves the complete dataset.
If I try to do the search again I am never prompted and the initial search values are used. How do I get prompted again?
Thanks
[application number] In (select distinct([application number]) from [application party] where firstname like [Party First Name to Search For]+'*')
It retrieves the correct subset of data.
Then to get back to the whole database I run a macro that does a showallrecords.
It retrieves the complete dataset.
If I try to do the search again I am never prompted and the initial search values are used. How do I get prompted again?
Thanks