K
Kodawari
Hello, I have a report which data gets generated by a Form Based Query. The
report kicks off the query upon loading.
The data contains many “short fields†with limited data except for two
fields that contain a free-form question and answer (which can be quite
long). Therefore, the report contains one line per record without the
questions and answer (otherwise the report would be huge).
I want to give the ability to open one entire record (which contains the
question and answer) by clicking the line in the report that is of interest.
So far, I have created a button next to each line in the report which will
open a form (via macro) that will contain the individual record data.
However, my problem lies in getting the Access “record number†from the
report over to the form (in a particular field) so that a form based macro
can open the record to be displayed. How can this be accomplished? There
are no queries on forms, right? I do not know VB so that is a handicap.
Please let me know if there are any creative ideas to solve my problem.
Thanks
report kicks off the query upon loading.
The data contains many “short fields†with limited data except for two
fields that contain a free-form question and answer (which can be quite
long). Therefore, the report contains one line per record without the
questions and answer (otherwise the report would be huge).
I want to give the ability to open one entire record (which contains the
question and answer) by clicking the line in the report that is of interest.
So far, I have created a button next to each line in the report which will
open a form (via macro) that will contain the individual record data.
However, my problem lies in getting the Access “record number†from the
report over to the form (in a particular field) so that a form based macro
can open the record to be displayed. How can this be accomplished? There
are no queries on forms, right? I do not know VB so that is a handicap.
Please let me know if there are any creative ideas to solve my problem.
Thanks