Screen to Report

  • Thread starter Thread starter jgtl
  • Start date Start date
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
 
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..
 
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 -
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top