Hello
I am having difficulty setting up a form to record quality scores. Originally I had a spreadsheet set up which had a drop down list for each question and then if statements in another cell which would give each question a mark depending on the answer (e.g the drop down list would have options such as exceed, met, not met and the formulas in the next cell would give each option a score depending on which answer was given). However, I now need to set up a database as I need to be able to build up some historical data so that I can run queries and analyse the data in the future.
I started setting up a table in Access which I have called GREETING. In that the first question is the introduction. I have used a list box with 2 columns to record the information but it's not bringing back what I want to see. This is the format:
Field Name: Introduction
Display Control: List Box
Row Source Type: Value List
Row Source: Met;3;Not Met;0,Appr;1
Bound Column:1
Column Count:2
Column Width: 1.501cm; 0.75cm
What I want this to do is when I select Met it should bring back a value of 3, not met =0 etc. When I open the table it lets me select the option met, not met etc. and shows the value beside it but once I've clicked on it it only shows the description met or not met and not the value.
The 2nd problem is I then tried to use the table in a form but the form doesn't work at all - it doesn't have a drop down box it just shows the value not met!!
The properties of the form are:
List Box
Row Source/Type: Table/Query
Row Source: SELECT DISTINCT ROW [GREETING].[INTRODUCTION] FROM[GREETING].
Bound Column: 1
Enabled: Yes
Locked: NO
Sorry that this message is so long but has anyone got any ideas as to the best way to set up a form like this that other users can use to enter information?
Thanks
I am having difficulty setting up a form to record quality scores. Originally I had a spreadsheet set up which had a drop down list for each question and then if statements in another cell which would give each question a mark depending on the answer (e.g the drop down list would have options such as exceed, met, not met and the formulas in the next cell would give each option a score depending on which answer was given). However, I now need to set up a database as I need to be able to build up some historical data so that I can run queries and analyse the data in the future.
I started setting up a table in Access which I have called GREETING. In that the first question is the introduction. I have used a list box with 2 columns to record the information but it's not bringing back what I want to see. This is the format:
Field Name: Introduction
Display Control: List Box
Row Source Type: Value List
Row Source: Met;3;Not Met;0,Appr;1
Bound Column:1
Column Count:2
Column Width: 1.501cm; 0.75cm
What I want this to do is when I select Met it should bring back a value of 3, not met =0 etc. When I open the table it lets me select the option met, not met etc. and shows the value beside it but once I've clicked on it it only shows the description met or not met and not the value.
The 2nd problem is I then tried to use the table in a form but the form doesn't work at all - it doesn't have a drop down box it just shows the value not met!!
The properties of the form are:
List Box
Row Source/Type: Table/Query
Row Source: SELECT DISTINCT ROW [GREETING].[INTRODUCTION] FROM[GREETING].
Bound Column: 1
Enabled: Yes
Locked: NO
Sorry that this message is so long but has anyone got any ideas as to the best way to set up a form like this that other users can use to enter information?
Thanks