D
DuncanG
I have an append query which runs when the db is opened based on the
following criteria:
<Now()-90
I'm trying to create an options-like form allowing to users to customise the
criteria to suit their needs eg.
<Now()-200
Obviously I can use
<Now()- [reference to control on a form] , but the idea is to allow the user
to open a form change the value to suit their needs and never open the form
again.
So is their a way of allowing users to edit the criteria without opening the
query in design view ?
Duncan
following criteria:
<Now()-90
I'm trying to create an options-like form allowing to users to customise the
criteria to suit their needs eg.
<Now()-200
Obviously I can use
<Now()- [reference to control on a form] , but the idea is to allow the user
to open a form change the value to suit their needs and never open the form
again.
So is their a way of allowing users to edit the criteria without opening the
query in design view ?
Duncan