From: Denise on
tblObservation Category
CategoryID
Observation Category

tblObservation Questions
QuestionID
Question Number
Question Name
CategoryID


1st question - In the Observation Questions I want to combine the Question
Number with the Question Name in the table.

2nd question - In a form when I select the Question Number/Name I want the
Observation Category to sync.

Example:

Observation Category
Observation Category = Personal Safety

Observation Questions
Question Number = 01
Question Name = Hard Hats

When select "01" populates with "Hard Hats" which populates with "Personal
Safety"

This is to save have to select from three different combo boxes.

Can someone give me some direction?

Thanks so much
--
Denise B.
From: Douglas J. Steele on
Why? As is "the QuestionID uniquely identifies the Question Name, why store
both?"

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no private e-mails, please)


"Denise" <Denise(a)discussions.microsoft.com> wrote in message
news:468DA33C-2334-4482-A075-BD65384E6757(a)microsoft.com...
> tblObservation Category
> CategoryID
> Observation Category
>
> tblObservation Questions
> QuestionID
> Question Number
> Question Name
> CategoryID
>
>
> 1st question - In the Observation Questions I want to combine the Question
> Number with the Question Name in the table.
>
> 2nd question - In a form when I select the Question Number/Name I want the
> Observation Category to sync.
>
> Example:
>
> Observation Category
> Observation Category = Personal Safety
>
> Observation Questions
> Question Number = 01
> Question Name = Hard Hats
>
> When select "01" populates with "Hard Hats" which populates with "Personal
> Safety"
>
> This is to save have to select from three different combo boxes.
>
> Can someone give me some direction?
>
> Thanks so much
> --
> Denise B.


From: Denise on
So what do I do?
--
Denise B.


"Douglas J. Steele" wrote:

> Why? As is "the QuestionID uniquely identifies the Question Name, why store
> both?"
>
> --
> Doug Steele, Microsoft Access MVP
> http://I.Am/DougSteele
> (no private e-mails, please)
>
>
> "Denise" <Denise(a)discussions.microsoft.com> wrote in message
> news:468DA33C-2334-4482-A075-BD65384E6757(a)microsoft.com...
> > tblObservation Category
> > CategoryID
> > Observation Category
> >
> > tblObservation Questions
> > QuestionID
> > Question Number
> > Question Name
> > CategoryID
> >
> >
> > 1st question - In the Observation Questions I want to combine the Question
> > Number with the Question Name in the table.
> >
> > 2nd question - In a form when I select the Question Number/Name I want the
> > Observation Category to sync.
> >
> > Example:
> >
> > Observation Category
> > Observation Category = Personal Safety
> >
> > Observation Questions
> > Question Number = 01
> > Question Name = Hard Hats
> >
> > When select "01" populates with "Hard Hats" which populates with "Personal
> > Safety"
> >
> > This is to save have to select from three different combo boxes.
> >
> > Can someone give me some direction?
> >
> > Thanks so much
> > --
> > Denise B.
>
>
> .
>