Group:  Microsoft Access ยป microsoft.public.access.reports
Thread: user select record to be printed

DotNetBag
.NET Development Newsgroups

HTVi
TV Discussion Newsgroups

Our Hot Pick: Rising Antivirus 2006 - Certified by TUV & Checkmark! Get 10% discount by entering this coupon code: ONDISCOUNT10
Rising Antivirus 2006

user select record to be printed
Daniel 06.09.2006 17:49:02
Good afternoon,

I have a continuous form which lists all the record in a table (list of
customers). I have added a checkbox so that a user can select/deselect which
records need to be used to generate a fax.

1- I want to have a cmd button which will select all the check boxes. How
can this be done?

2- How would I then run through the selected records to generate the fax?

Thank you,

Daniel
RE: user select record to be printed
Daniel 06.09.2006 18:01:02
I managed to get the answer to my first question:

***
Dim ctl As Control

For Each ctl In Me.Controls
If ctl.ControlType = acCheckBox Then
ctl.Value = True
End If
Next
***
but my 2nd question still remains.

Daniel

"Daniel" wrote:

[Quoted Text]
> Good afternoon,
>
> I have a continuous form which lists all the record in a table (list of
> customers). I have added a checkbox so that a user can select/deselect which
> records need to be used to generate a fax.
>
> 1- I want to have a cmd button which will select all the check boxes. How
> can this be done?
>
> 2- How would I then run through the selected records to generate the fax?
>
> Thank you,
>
> Daniel

Home | Search | Terms | Imprint | Contact
Newsgroups Reader - provided by WiredBox.Net