Maybe the title isn't very clear.
I want to select one record in the form and by pushing the button I would like to run a report for that record (it will print some info about that record).
How to do this?
RunFormLink, RunFormView & RunFormOnRec doesn't seem to help
Better to be critical then self-critical
Answers
Create a variable of the same record as the form
Put something in like
Works \:D/
"Create a variable of the same record as the form"
meant:
Create a variable of the same record as the form source table
I figured it out after lunch
Some times, all you have to do is to do nothing (and take lunch)
BTW, Thx for such quick response!