Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problem with Continuous Forms 1

Status
Not open for further replies.

nkavitha

Programmer
Jun 8, 2001
5
US
Hi,

I am having a problem with continuous form. I am creating a Form in a Report Format just for displaying information. But I need an interactive Checkbox for each Record, to select a set of reocrds alone, for Printing. So I am creating checkboxes for each Record at run time, using Multipage Control's Add Method.

But I want to select the individual checkboxes. It makes me crazy by selecting everything when I select one.

Anybody have an answer for this or any alternative option for this? I will be so grateful for the help.

Thanks in Advance

Kavitha
 
I'd make a field for [Selected] in the table that holds the record. Then you can simply have the user edit the record to select it, then after you've run your query to pull all the selected records ([Selected]=Yes), run an update query to set all the selected values back to No.

Simple enough, eh?

HTH Joe Miller
joe.miller@flotech.net
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top