Remembering checked Checkboxes

2000-04-04 Thread Hassan Khawaja
Hi all, It seems simple enough, but I'd like a little help. The problem I am having is that it doesn't remember the selected checkboxes unless I select them all, or don't select any( those it remembers). This is what I am doing(trying to do): 1. A user selects some checkboxes (same field name, d

Re: Remembering checked Checkboxes

2000-04-05 Thread Seth Petry-Johnson
>4. Results of Query1are output. If an entry in query1 matches query2, it is >CHECKED. >Here is the code I am using: > > > CHECKED > > > I'm sure I totally understand what you are trying to do, but the above code will only create *one* checkbox that may have a bunch of "CHECKED

Re: Remembering checked Checkboxes

2000-04-05 Thread Hassan Khawaja
al Message - From: Seth Petry-Johnson <> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 05, 2000 8:56 AM Subject: Re: Remembering checked Checkboxes > >4. Results of Query1are output. If an entry in query1 matches query2, it is > >CHECKED. > >Here is the code I am us

Re: Remembering checked Checkboxes

2000-04-05 Thread Seth Petry-Johnson
>Thanks for the reply, however your technique is similar to what I had tried >along with the one I posted- and it has it's own difficulty. Basically my >technique doesn't remember the correct checkboxes UNLESS all or none are >selected(it only checkmarks the first checkbox), Whereas, the one you >