A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Database Design
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Is there an easy way?



 
 
Thread Tools Display Modes
  #1  
Old September 2nd, 2008, 09:04 PM posted to microsoft.public.access.tablesdbdesign
Landor
external usenet poster
 
Posts: 18
Default Is there an easy way?

My wife is a school teacher and is holding a spelling competition for the
school. Each pupil has to both spell and read (pronounce) 200 words. Is there
an easier way to design a table to show which words have been spelled and
read without having seperate fields for spelled and read.

Many thanks

Landor
  #2  
Old September 2nd, 2008, 09:20 PM posted to microsoft.public.access.tablesdbdesign
m stroup
external usenet poster
 
Posts: 49
Default Is there an easy way?

You could set up a field "status" and have a drop down box with the values
"spelled", "read" or "spelled and read". Then you can query any of the three
options.
--
Teach me to fish! Thanks for the help.
Pax, M


"Landor" wrote:

My wife is a school teacher and is holding a spelling competition for the
school. Each pupil has to both spell and read (pronounce) 200 words. Is there
an easier way to design a table to show which words have been spelled and
read without having seperate fields for spelled and read.

Many thanks

Landor

  #3  
Old September 2nd, 2008, 10:05 PM posted to microsoft.public.access.tablesdbdesign
Landor
external usenet poster
 
Posts: 18
Default Is there an easy way?

Many thanks for the prompt reply. I guess I couldn't see the wood for the
trees. It seems so obvious now.
Thanks again

Landor

"m stroup" wrote:

You could set up a field "status" and have a drop down box with the values
"spelled", "read" or "spelled and read". Then you can query any of the three
options.
--
Teach me to fish! Thanks for the help.
Pax, M


"Landor" wrote:

My wife is a school teacher and is holding a spelling competition for the
school. Each pupil has to both spell and read (pronounce) 200 words. Is there
an easier way to design a table to show which words have been spelled and
read without having seperate fields for spelled and read.

Many thanks

Landor

  #4  
Old September 3rd, 2008, 12:07 AM posted to microsoft.public.access.tablesdbdesign
Jeff Boyce
external usenet poster
 
Posts: 8,621
Default Is there an easy way?

Landor

So, you're assuming that each student will, at a minimum, spell or pronounce
the word correctly? What about the option for "none of the above"?

Regards

Jeff Boyce
Microsoft Office/Access MVP

"Landor" wrote in message
...
Many thanks for the prompt reply. I guess I couldn't see the wood for the
trees. It seems so obvious now.
Thanks again

Landor

"m stroup" wrote:

You could set up a field "status" and have a drop down box with the
values
"spelled", "read" or "spelled and read". Then you can query any of the
three
options.
--
Teach me to fish! Thanks for the help.
Pax, M


"Landor" wrote:

My wife is a school teacher and is holding a spelling competition for
the
school. Each pupil has to both spell and read (pronounce) 200 words. Is
there
an easier way to design a table to show which words have been spelled
and
read without having seperate fields for spelled and read.

Many thanks

Landor



  #5  
Old September 3rd, 2008, 09:06 PM posted to microsoft.public.access.tablesdbdesign
Landor
external usenet poster
 
Posts: 18
Default Is there an easy way?

Thanks Jeff,

I think I will add a combo box for each word and give all the options,
spelled, read, spelled & read and none.
That way when a report is printed all bases are covered.

Thanks again

Landor

"Jeff Boyce" wrote:

Landor

So, you're assuming that each student will, at a minimum, spell or pronounce
the word correctly? What about the option for "none of the above"?

Regards

Jeff Boyce
Microsoft Office/Access MVP

"Landor" wrote in message
...
Many thanks for the prompt reply. I guess I couldn't see the wood for the
trees. It seems so obvious now.
Thanks again

Landor

"m stroup" wrote:

You could set up a field "status" and have a drop down box with the
values
"spelled", "read" or "spelled and read". Then you can query any of the
three
options.
--
Teach me to fish! Thanks for the help.
Pax, M


"Landor" wrote:

My wife is a school teacher and is holding a spelling competition for
the
school. Each pupil has to both spell and read (pronounce) 200 words. Is
there
an easier way to design a table to show which words have been spelled
and
read without having seperate fields for spelled and read.

Many thanks

Landor




  #6  
Old September 3rd, 2008, 11:54 PM posted to microsoft.public.access.tablesdbdesign
Steve[_57_]
external usenet poster
 
Posts: 598
Default Is there an easy way?

Landor,

A combobox for each word is a bad idea! Consider:

TblPupil
PupilID
etc

TblWord
WordID
Word

TblStatus
StatusID
Status

TblCompetition
CompetitionID
PupilID
WordID
StatusID

In your form to record competition, use an option group (1 - 4) to record
StatusID. All you need to do is check one of the four statuses - much
quicker data entry than a combobox.

Steve




"Landor" wrote in message
...
Thanks Jeff,

I think I will add a combo box for each word and give all the options,
spelled, read, spelled & read and none.
That way when a report is printed all bases are covered.

Thanks again

Landor

"Jeff Boyce" wrote:

Landor

So, you're assuming that each student will, at a minimum, spell or
pronounce
the word correctly? What about the option for "none of the above"?

Regards

Jeff Boyce
Microsoft Office/Access MVP

"Landor" wrote in message
...
Many thanks for the prompt reply. I guess I couldn't see the wood for
the
trees. It seems so obvious now.
Thanks again

Landor

"m stroup" wrote:

You could set up a field "status" and have a drop down box with the
values
"spelled", "read" or "spelled and read". Then you can query any of
the
three
options.
--
Teach me to fish! Thanks for the help.
Pax, M


"Landor" wrote:

My wife is a school teacher and is holding a spelling competition
for
the
school. Each pupil has to both spell and read (pronounce) 200 words.
Is
there
an easier way to design a table to show which words have been
spelled
and
read without having seperate fields for spelled and read.

Many thanks

Landor






 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 08:48 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.