S
Steve Scott via AccessMonster.com
I have a multi-criteria search form(frmCARPAR_Search) (It has 5 unbound
controls) with a subform search result. The query (qryTableDataSearch)
that generates the data for the subform uses the following criteria:
Like "*" & ([Forms]![frmCARPAR_Search]![DocumentNumber]) & "*"
for each of the 5 criteria though the control name differs.
Anyway, without any security on this database, I placed it on the network.
For me, it works fine. For any other user it does not requery the data
when the "submit" button is clicked. Here's the code:
DoCmd.Requery qryTableDataSearch
What did I do wrong? Should I be requery-ing the subform instead? Why
would it work for me and nobody else?
-Steve
controls) with a subform search result. The query (qryTableDataSearch)
that generates the data for the subform uses the following criteria:
Like "*" & ([Forms]![frmCARPAR_Search]![DocumentNumber]) & "*"
for each of the 5 criteria though the control name differs.
Anyway, without any security on this database, I placed it on the network.
For me, it works fine. For any other user it does not requery the data
when the "submit" button is clicked. Here's the code:
DoCmd.Requery qryTableDataSearch
What did I do wrong? Should I be requery-ing the subform instead? Why
would it work for me and nobody else?
-Steve