WUGNET, the Windows User Group Network
Your Complete Resource Center for "The Best" in Shareware, Computing Tips and Support, Windows Industry News... and much more!
Home Forums Shareware Windows Tips Hot Offers FREE Newsletters Arcade Contact Us About Partners
Search WUGNET: RSS Feeds RSS Feeds Advertise with WUGNET    |    Shareware eBooks
HomeHome FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Is there an easy way?

 
   Home -> Office other -> Table Design RSS
Next:  reference talbe for records  
Author Message
Landor

External


Since: Jun 18, 2007
Posts: 17



(Msg. 1) Posted: Tue Sep 02, 2008 1:04 pm
Post subject: Is there an easy way?
Archived from groups: microsoft>public>access>tablesdbdesign (more info?)

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
Back to top
Login to vote
m stroup

External


Since: Sep 25, 2007
Posts: 26



(Msg. 2) Posted: Tue Sep 02, 2008 1:20 pm
Post subject: RE: Is there an easy way? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

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
Back to top
Login to vote
Landor

External


Since: Jun 18, 2007
Posts: 17



(Msg. 3) Posted: Tue Sep 02, 2008 2:05 pm
Post subject: RE: Is there an easy way? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

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
Back to top
Login to vote
Jeff Boyce

External


Since: Nov 04, 2004
Posts: 3902



(Msg. 4) Posted: Tue Sep 02, 2008 4:07 pm
Post subject: Re: Is there an easy way? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

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" <Landor.DeleteThis@discussions.microsoft.com> wrote in message
news:90F5AC16-8A04-4190-A202-E8777A1B75E1@microsoft.com...
> 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
Back to top
Login to vote
Landor

External


Since: Jun 18, 2007
Posts: 17



(Msg. 5) Posted: Wed Sep 03, 2008 1:06 pm
Post subject: Re: Is there an easy way? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

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" <Landor.TakeThisOut@discussions.microsoft.com> wrote in message
> news:90F5AC16-8A04-4190-A202-E8777A1B75E1@microsoft.com...
> > 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
>
>
>
Back to top
Login to vote
Steve

External


Since: Jul 10, 2008
Posts: 308



(Msg. 6) Posted: Wed Sep 03, 2008 6:54 pm
Post subject: Re: Is there an easy way? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

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" <Landor DeleteThis @discussions.microsoft.com> wrote in message
news:EC2C1D8A-0F9B-45A4-AD59-CD9AB6EA637E@microsoft.com...
> 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" <Landor DeleteThis @discussions.microsoft.com> wrote in message
>> news:90F5AC16-8A04-4190-A202-E8777A1B75E1@microsoft.com...
>> > 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
>>
>>
>>
Back to top
Login to vote
Display posts from previous:   
       Home -> Office other -> Table Design All times are: Eastern Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Categories:
 Windows XP
 Windows Vista
 Windows Other
 Office
  Office Other
 Security
 WinRAR
  • Home |
  • Shareware |
  • Windows Tips |
  • Hot Offers |
  • FREE Newsletters |
  • Arcade |
  • Forums |
  • eBooks |
  • About WUGNET |
  • Partners |
  • Contact

  • WUGNET Privacy Policy |
  • Link to WUGNET