Re: when checkbox is checked then hide data
- From: "Andrew Backer" <awbacker@xxxxxxxxx>
- Date: 28 Jun 2005 11:25:21 -0700
Perhaps a better description of what exactly you are trying to do would
help.
Is this checkbox linked to a database field (i'm guessing it is?) If
so, you can just modify the forms's query to include only rows with the
checked = false right? Ie. "select * from table where IsPacked = 0".
You say you don't want the row to show up the next time you open the
form, and this should do the trick.
- AB
.
- Follow-Ups:
- Re: when checkbox is checked then hide data
- From: esparzaone
- Re: when checkbox is checked then hide data
- References:
- when checkbox is checked then hide data
- From: esparzaone
- Re: when checkbox is checked then hide data
- From: Rick B
- when checkbox is checked then hide data
- Prev by Date: Re: Code error is null
- Next by Date: Using Variables to for Controls
- Previous by thread: Re: when checkbox is checked then hide data
- Next by thread: Re: when checkbox is checked then hide data
- Index(es):
Relevant Pages
|