RE: Display fields Limited on Values
- From: Duane Hookom <duanehookom@xxxxxxxxxxxxxxxxxx>
- Date: Tue, 3 Jul 2007 19:32:00 -0700
If you are using multiple boolean fields then I think your table structure is
wrong. You should not be using "requirements" as field names. Each
person/requirement should create a single record in a related table.
There is lots of good information on normalization on the web.
If you don't understand this, come back with some table, primary fields, and
boolean field names.
--
Duane Hookom
Microsoft Access MVP
"lamartpm" wrote:
Hey,.
Sorry, I created the database yesterday. Well the basic layout is a
personal information table with pretty standard fields: Name, address, sex,
D.O.B., etc. The other tables (classes, lab reports, immunizations, and
forms) have boolean fields that indicate whether they have completed certain
requirements. I used a query to join all the tables (all joined on a
personal id (auto-generated)). I also made another query that displays the
names of everyone who has anything not completed. So I want to create a
report so I can say, John Doe, you need to complete this test, form, etc. I
think it would just be an expansion of the latter mentioned query, but I
don't know VBA well. I am pretty good in JAVA, so I know the basic structure
required, but I was hoping for further help.
Thanks,
Paul
"Maurice" wrote:
Well if you want us to think about it give us something to look at (what do
you have, what's the source etc.)
--
Maurice Ausum
"lamartpm" wrote:
I'm pretty fluent in MySQL but I ran into a problem. I have a database that
consists mainly of booleans. It tracks whether people did certain things and
the layout is pretty simple. However, I cannot figure out how to write a
query that will display the person's name and what requirements they still
must meet. I have created a rather lengthy query to display everyone who has
not, but I want to be able to generate a form that will show the people what
they still need to do.
Thanks,
Paul
- Follow-Ups:
- RE: Display fields Limited on Values
- From: lamartpm
- RE: Display fields Limited on Values
- Prev by Date: Re: Help with query from FoxPro
- Next by Date: Data entry denied in a query.
- Previous by thread: Re: How do I update table with new incrementing ids per each account
- Next by thread: RE: Display fields Limited on Values
- Index(es):
Relevant Pages
|
Loading