Re: Checkbox on Forms
- From: "jdub via AccessMonster.com" <u22625@uwe>
- Date: Wed, 07 Jun 2006 03:44:22 GMT
Your quote "You display
the players' names on the report by putting a control on the report and
using the player name field as the controlsource."
I reread this statement and understood it this time. Okay, you say "putting
a control on the report". Is a text box with a control source considered a
control? I created a text box under my player name header and tied it to the
Player Name field of the database. I ran my form and selected 5 players.
Click the Preview Report button and there is only 1 of the 5 players selected.
Looks like we're getting close. I'm missing something.
Thanks for your patience by the way. :-)
Jdub
w_a_n_n_a_l_l_ -@xxxxxxxxxxxxxxxxxxxxxxxxxx wrote:
If you're asking me about creating a report the best way is to select your
table in the database window and then click Insert | Report and choose
report wizard. Follow the prompts. Make a report. If you don't like how
it looks, delete it, do it again. The wizard is pretty simple. By the way,
tip: You don't have to display a field to filter by it. In other worods,
this statement:
docmd.openreport "MyRoster", , , "InRoster=True"
works whether InRoster appears on the report as a checkbox (or anything
else) or not. As long as the recordsource of the report is the table
itself, you have all the fields in that table available to you. You display
the players' names on the report by putting a control on the report and
using the player name field as the controlsource.
--
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/Forums.aspx/databases-ms-access/200606/1
.
- References:
- Checkbox on Forms
- From: jdub via AccessMonster.com
- Re: Checkbox on Forms
- From: Rick Wannall
- Re: Checkbox on Forms
- From: jdub via AccessMonster.com
- Re: Checkbox on Forms
- From: w_a_n_n_a_l_l_ -
- Re: Checkbox on Forms
- From: jdub via AccessMonster.com
- Re: Checkbox on Forms
- From: w_a_n_n_a_l_l_ -
- Checkbox on Forms
- Prev by Date: Re: Checkbox on Forms
- Next by Date: Re: Save variable permanently
- Previous by thread: Re: Checkbox on Forms
- Next by thread: Can't use GROUP BY from PHP
- Index(es):
Relevant Pages
|