Re: Users want Check Boxes for entry
From: Allen Browne (AllenBrowne_at_SeeSig.Invalid)
Date: 01/20/05
- Next message: BruceM: "RE: SendObject function to send email"
- Previous message: Heather: "RE: Automatically filling a text box from another table?"
- In reply to: Melvis: "Users want Check Boxes for entry"
- Next in thread: Melvis: "Re: Users want Check Boxes for entry"
- Reply: Melvis: "Re: Users want Check Boxes for entry"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 20 Jan 2005 22:06:13 +0800
If you use a numeric primary key for your Application_rejected_reasons
table, then you could interface the foreign key field with an option group.
The group lists all the reasons, and the field stores the number of the
seleted box.
The major drawback of this interface is that when new reasons are added
later, you have to redesign the form so the option group contains the extra
boxes.
-- Allen Browne - Microsoft MVP. Perth, Western Australia. Tips for Access users - http://allenbrowne.com/tips.html Reply to group, rather than allenbrowne at mvps dot org. "Melvis" <Melvis@discussions.microsoft.com> wrote in message news:D884E7E8-E30E-4659-AA86-72672C466354@microsoft.com... > Hi, > > I am in the process of making a database to track application rejections > for > a colleague. What happens is people apply for tags, and they need a way to > track why the rejections were rejected. They do not track the applications > that go through. > > The table structure seems easy to me, with an Aapplication table, a > Reason_for_rejection table, and an Application_rejected_reasons table. > Normally for this type of table schema, I would use a subform for them to > choose the reasons. But what the supervisor is asking for is like a paper > form with check boxes for each reason. She thinks this will be faster and > more efficient for her employees when they are entering the rejections > into > the database. > > What I am wondering is if there is any way to accomplish waht she wants > without pulling out all my hair. Could I use an array of check boxes? If > so, > how? This way I could at least loop through the check boxes to see which > ones > are checked rather than writing code for each one. Also, there is the > possibility that the reasons could change in the future, so I would need > the > ability to populate the labels from the Reasons table. Man, this sounds > freaky! > > Any help you could possibly give me on this would be greatly appreciated. > Thanks... > ~MATT
- Next message: BruceM: "RE: SendObject function to send email"
- Previous message: Heather: "RE: Automatically filling a text box from another table?"
- In reply to: Melvis: "Users want Check Boxes for entry"
- Next in thread: Melvis: "Re: Users want Check Boxes for entry"
- Reply: Melvis: "Re: Users want Check Boxes for entry"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|