I am new to Access. I have a form with a single record. The keyed field is
PropID (number). I want to run a query from the form that will have the
current value of PropID be the variable in the criteria of the query. The
intent being the query returns the values of the current record of the form
for a report. So, I want to code a pushbutton to run that query with the
current keyed field value as the criteria and then open a report based on
that query. How do I do this in Access. I can do this in other desktop
RDBM programs.
PropID (number). I want to run a query from the form that will have the
current value of PropID be the variable in the criteria of the query. The
intent being the query returns the values of the current record of the form
for a report. So, I want to code a pushbutton to run that query with the
current keyed field value as the criteria and then open a report based on
that query. How do I do this in Access. I can do this in other desktop
RDBM programs.
Comment