G
Guest
I'm considering replacing the Excel spreadsheets we use for event logs with
an Access database. I'm still very new to access. One function I'd like to
replace relates to a way to track key words for later sorting.
I currently use data validation in Excel to generate a drop-down list for
the operators to select the first keyword (say "Primary"); I use VBA in the
background to change the data validation reference for the next cell based on
this to a list of processes in the part of the plant called "Primary".
My hunch is that this type of manuevre can be accomplished easier in Access.
I've tried a couple things, but no luck.
Part of my effort was to construct a table with only a few fields. One
field was Treatment Stage (with values of Primary, Secondary, Tertiary, and
Solids). The next field was Process. For example a number of records listed
"Primary" in the treatment stage but then had a unique value to identify (Bar
Screen, Sludge Pumps, Settling tanks, etc).
My question is simply once the user enters the "treatment stage" how can I
limit the values shown in the combo box for the "Process" field to those for
the specified treatment stage. (I tried a query but still got all the
processes listed. Thus an operator could select "Primary" for the first
field and "Sand Filters" for the "Process" field, which wouldn't make any
sense.)
Also, I'd like to place these limitations at the table level, but I don't
know if they may not be easier to do at the form level.
Is there a better way to do a menu tree style entry in Access. (If there's
a simple method, I'd like to be able to add more levels.)
Thanks,
Sludge
an Access database. I'm still very new to access. One function I'd like to
replace relates to a way to track key words for later sorting.
I currently use data validation in Excel to generate a drop-down list for
the operators to select the first keyword (say "Primary"); I use VBA in the
background to change the data validation reference for the next cell based on
this to a list of processes in the part of the plant called "Primary".
My hunch is that this type of manuevre can be accomplished easier in Access.
I've tried a couple things, but no luck.
Part of my effort was to construct a table with only a few fields. One
field was Treatment Stage (with values of Primary, Secondary, Tertiary, and
Solids). The next field was Process. For example a number of records listed
"Primary" in the treatment stage but then had a unique value to identify (Bar
Screen, Sludge Pumps, Settling tanks, etc).
My question is simply once the user enters the "treatment stage" how can I
limit the values shown in the combo box for the "Process" field to those for
the specified treatment stage. (I tried a query but still got all the
processes listed. Thus an operator could select "Primary" for the first
field and "Sand Filters" for the "Process" field, which wouldn't make any
sense.)
Also, I'd like to place these limitations at the table level, but I don't
know if they may not be easier to do at the form level.
Is there a better way to do a menu tree style entry in Access. (If there's
a simple method, I'd like to be able to add more levels.)
Thanks,
Sludge