M
Martin
I have a form that extracts data from a few tables, the search being
performed by a query. The input parameter to this query comes from a form
with a combo dropdown which allows for a particular type of item to be
searched for in the database.
This will return the stock ids for each item of that type and is the source
for the form that displays the results.
My question is, what do I have to do to put up an info box for 'No items
found on the database' out as a display to the operator.
Should I have an event in the form that provides the parameter source for
the query, or should I be using something in the results display form. In
each case, which event should I be using?
TIA
Martin
performed by a query. The input parameter to this query comes from a form
with a combo dropdown which allows for a particular type of item to be
searched for in the database.
This will return the stock ids for each item of that type and is the source
for the form that displays the results.
My question is, what do I have to do to put up an info box for 'No items
found on the database' out as a display to the operator.
Should I have an event in the form that provides the parameter source for
the query, or should I be using something in the results display form. In
each case, which event should I be using?
TIA
Martin