C
Craig Cerff
I have a complaints data base. When I recieve three
complaints for a certain product made on a certain date,
then a warning must be given. Currently I am using a
query that groups the info according to the dates and
product type and then does a count if>2 the query will see
this. When I open a form it runs the query and gives
either a blank form or comes up with the name of nthe
product, the date and the number of complaints if >2.
This data is enetered via a separate data entry form. SO
what I would like is a macro or event to occur on update
or some other action, that opens the form but only if
there are > 2 comnplaints. It seems almost chicken and
egg as the form opens the query that looks to see if the
conditions are met but then I want a separate macro to run
as an event to see if the conditions are met and open the
form that will run the query.
Please help
Craig
complaints for a certain product made on a certain date,
then a warning must be given. Currently I am using a
query that groups the info according to the dates and
product type and then does a count if>2 the query will see
this. When I open a form it runs the query and gives
either a blank form or comes up with the name of nthe
product, the date and the number of complaints if >2.
This data is enetered via a separate data entry form. SO
what I would like is a macro or event to occur on update
or some other action, that opens the form but only if
there are > 2 comnplaints. It seems almost chicken and
egg as the form opens the query that looks to see if the
conditions are met but then I want a separate macro to run
as an event to see if the conditions are met and open the
form that will run the query.
Please help
Craig