R
raj chahal
hi there
In access I've created a table, a query and a form that runs the query.
The query simply searches a table and a form is generated on the result of
that. i.e
SELECT partnumber, qty
FROM qty
WHERE qty < 5
But now I want to add user interactivity.
On a form I want a textfield, where a user can enter a number, and then a
button that will read that textfield and commence a search and display the
results.
I've been told I can't use macros for this, but need to use forms and
command buttons. Is this true and how would I do it ?
thanks in advance
raj
In access I've created a table, a query and a form that runs the query.
The query simply searches a table and a form is generated on the result of
that. i.e
SELECT partnumber, qty
FROM qty
WHERE qty < 5
But now I want to add user interactivity.
On a form I want a textfield, where a user can enter a number, and then a
button that will read that textfield and commence a search and display the
results.
I've been told I can't use macros for this, but need to use forms and
command buttons. Is this true and how would I do it ?
thanks in advance
raj