Screen to Report

J

jgtl

Hello,

We fill out forms used with a soccer game by hand. But we want to
automate that.
Now we have put our players in an Acces database. We can create a
report of the players who are playing. But the head of the form we fill
out on screen. Like the name of the opponent, registration number of
the match. Is it possible to put that data, that is nog stored anyware
in the database, in a report?

Regards,
Jos
 
T

TonyT

Hi jgtl,

Yes you can, just set the control Source for the textbox on your report to;
=[Forms]![FormYouEnterTheInfo].[TextboxShowingInfo]
Provided you make sure that the form you enter it into is still open when
the report goes to print it will display the data in the textboxes from your
entry form.

hope this helps,

TonyT..
 
J

jostelintelo

Thanks Tony!

Hi jgtl,

Yes you can, just set the control Source for the textbox on your report to;
=[Forms]![FormYouEnterTheInfo].[TextboxShowingInfo]
Provided you make sure that the form you enter it into is still open when
the report goes to print it will display the data in the textboxes from your
entry form.

hope this helps,

TonyT..



We fill out forms used with a soccer game by hand. But we want to
automate that.
Now we have put our players in an Acces database. We can create a
report of the players who are playing. But the head of the form we fill
out on screen. Like the name of the opponent, registration number of
the match. Is it possible to put that data, that is nog stored anyware
in the database, in a report?
Regards,
Jos- Tekst uit oorspronkelijk bericht niet weergeven -- Tekst uit oorspronkelijk bericht weergeven -
 
Top