Hi all,
I have used queries by form before but this is a variation that I have never used before and I can't find a solution quickly.
I have a form (frmFilterPublications) which I use to enter a value (txtTitle) and filter data contained in another form (frmPublications).
Normally I would enter criteria in the query grid to match records with values = to Forms!frmFilterPublications!txtTitle. Works great exept in this case I don't want to spend half an hour to enter the entire title of a publication. I wouldn't probably remember the full title anyway. So I have to enter part of it. Again, it is easy to set a query with a perimeter such as Like [Enter Name] & "*". Would work ok exept there might be more then one title with that value in it.
So, I have to use criteria that combines the 2 methods, something like:
Like Forms!frmFilterPublications! & "*"
which, of course, does not work. Can anybody help?
thanks
Dave
I have used queries by form before but this is a variation that I have never used before and I can't find a solution quickly.
I have a form (frmFilterPublications) which I use to enter a value (txtTitle) and filter data contained in another form (frmPublications).
Normally I would enter criteria in the query grid to match records with values = to Forms!frmFilterPublications!txtTitle. Works great exept in this case I don't want to spend half an hour to enter the entire title of a publication. I wouldn't probably remember the full title anyway. So I have to enter part of it. Again, it is easy to set a query with a perimeter such as Like [Enter Name] & "*". Would work ok exept there might be more then one title with that value in it.
So, I have to use criteria that combines the 2 methods, something like:
Like Forms!frmFilterPublications! & "*"
which, of course, does not work. Can anybody help?
thanks
Dave