I need help...please

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a form that will be used for staff evaluations. We use a range of 1-7
with a paragraph describing each number. I can't find a way in which to show
the description of the number and allow the user to choose the number that
corresponds with the description. This number will be used for calculations.
How do I need to set up my tables and how will that transfer to a form? I am
stuck. Please help.

(e-mail address removed)
 
Rebecca,
Responses to user questions in the Access newsgroups are submitted back
to the newsgroup, and not individual mail addresses.

Create a field in your table called EvalRating, and make it a Numeric
Byte field.
On your form, use an OptionGroup with seven checkboxes valued 1 - 7. Bind
that field to the EvalRating field in your table. The label for each
checkbox is where you'll indicate the description of each rating.
The user checks a box, say 3, and the 3 is stored in the EvalRating field
in your table.

How to set up your table, or how to create the form are questions that are
too broad for any meaningful written response.
Purchase any Access reference book geared to beginners, and learn how to
create tables, field types, and how to create a form for data entry. Or,
check into taking an Access Introductory course that might be available in
your area.
hth
Al Camp
Candia Computer Consulting - Candia NH
http://home.comcast.net/~cccsolutions
 
Thanks for your help.

Al Camp said:
Rebecca,
Responses to user questions in the Access newsgroups are submitted back
to the newsgroup, and not individual mail addresses.

Create a field in your table called EvalRating, and make it a Numeric
Byte field.
On your form, use an OptionGroup with seven checkboxes valued 1 - 7. Bind
that field to the EvalRating field in your table. The label for each
checkbox is where you'll indicate the description of each rating.
The user checks a box, say 3, and the 3 is stored in the EvalRating field
in your table.

How to set up your table, or how to create the form are questions that are
too broad for any meaningful written response.
Purchase any Access reference book geared to beginners, and learn how to
create tables, field types, and how to create a form for data entry. Or,
check into taking an Access Introductory course that might be available in
your area.
hth
Al Camp
Candia Computer Consulting - Candia NH
http://home.comcast.net/~cccsolutions
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

help me please 5
please help me 3
Help With MS Access 4
Auto-Populate Form Field 1
MS Access Small VB problem 2
I need help on SQL 0
Link current query to a table? 8
dlookup 2

Back
Top