E
EarlCPhillips
I currently print a report that displays selected activity data about a
person. It requires entering the person's [User ID], the [Start Date] and
[End Date] to print all user activity between entered dates. Each bracketed
variable must be entered to generate the report. A "Print" command button
prepares the report rather than using the Print function as that prints all
activity, which is sometimes quite lengthy.
I wish to capture the ID already displayed on the form via variable Me!txtID
instead of using [User ID] to generate the report. How do I capture Me!intID
and place it in [User ID] without operater intervention when the Print button
is pressed. They will always need to enter the dates since the report will
depend on the content of each person's activity rows.
Earl Phillips
Ex-Mainframer Volunteering at Access Coding
Harvesters Community Food Bank
person. It requires entering the person's [User ID], the [Start Date] and
[End Date] to print all user activity between entered dates. Each bracketed
variable must be entered to generate the report. A "Print" command button
prepares the report rather than using the Print function as that prints all
activity, which is sometimes quite lengthy.
I wish to capture the ID already displayed on the form via variable Me!txtID
instead of using [User ID] to generate the report. How do I capture Me!intID
and place it in [User ID] without operater intervention when the Print button
is pressed. They will always need to enter the dates since the report will
depend on the content of each person's activity rows.
Earl Phillips
Ex-Mainframer Volunteering at Access Coding
Harvesters Community Food Bank