(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.
(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
(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
(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
(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
>
>
>
(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?)
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
>>
>>
>>
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