P
pcstechnical.sfhs
I have an employee profile form that I would like to filter by what
location the employee works out of.
The location is already determined based on a login I have in the
beginning. The location value is stored in a Query (call it query1).
When I get the records filtered to what I want, I still want to be
able to edit/update them.
Is this possible?
I have played around with the Adavanced Filter but haven't been
successful because when I filter the correct field in the employee
profile form, and put my EXPRESSION (I think this is part of the
problem) of what I want it filted by ([Query1]![Location]) it will ask
my, when I run the query, to give a value for Query1!Location. When I
do, it works. But, I can't have that popping up every time.
When I edit the filter and save it as a query, I then add the Query1
as a table. Then run the query, and it doesn't ask me for a value.
But, when I then make a form based on this new query (Query2) then it
won't let me update/edit the records.
Please help.
location the employee works out of.
The location is already determined based on a login I have in the
beginning. The location value is stored in a Query (call it query1).
When I get the records filtered to what I want, I still want to be
able to edit/update them.
Is this possible?
I have played around with the Adavanced Filter but haven't been
successful because when I filter the correct field in the employee
profile form, and put my EXPRESSION (I think this is part of the
problem) of what I want it filted by ([Query1]![Location]) it will ask
my, when I run the query, to give a value for Query1!Location. When I
do, it works. But, I can't have that popping up every time.
When I edit the filter and save it as a query, I then add the Query1
as a table. Then run the query, and it doesn't ask me for a value.
But, when I then make a form based on this new query (Query2) then it
won't let me update/edit the records.
Please help.