F
FSPH
Hi there,
I have a table ("tblProject_DataSet") with 3 columns. I am wondering how to
allow the user to only select one of the three possible datasets.
Column 1: "DataSet" - number - 1, 2, 3
Column 2: "AreaName" - text - Area A, Area B, Area C
Column 3: "Run" - boolean variable - yes/no.
IDEALLY, I WOULD ALLOW THE USER TO ONLY SELECT ONE OF THE THREE DATASETS. SO
THE USE OF BOOLEAN VARIABLE IN COLUMN 3 MAY NOT BE THE RIGHT APPROACH.
What's an alternative approach?
I know that I could use a variable called DataSet (a number) for which the
user
may select any one of the three numbers (1, 2, or 3). But then the danger is
that the user gets confused about the right numbers for the appropriate
areas.
That's why I would like to user to be able to select, for example, "DataSet
3", "Area C". How can I do this?
Thanks for your help.
I have a table ("tblProject_DataSet") with 3 columns. I am wondering how to
allow the user to only select one of the three possible datasets.
Column 1: "DataSet" - number - 1, 2, 3
Column 2: "AreaName" - text - Area A, Area B, Area C
Column 3: "Run" - boolean variable - yes/no.
IDEALLY, I WOULD ALLOW THE USER TO ONLY SELECT ONE OF THE THREE DATASETS. SO
THE USE OF BOOLEAN VARIABLE IN COLUMN 3 MAY NOT BE THE RIGHT APPROACH.
What's an alternative approach?
I know that I could use a variable called DataSet (a number) for which the
user
may select any one of the three numbers (1, 2, or 3). But then the danger is
that the user gets confused about the right numbers for the appropriate
areas.
That's why I would like to user to be able to select, for example, "DataSet
3", "Area C". How can I do this?
Thanks for your help.