MS Access Question

Associate
Joined
18 Jan 2009
Posts
11
Hi

I'm struggling with a problem that i have in access and would appreciate any help. basically I'm doing a form which is part of a questionnaire. for 1 of the questions to make it easier the answer is 1-5 but they mean a long description.

what i need is on the After Update property i need it to show what the answer it is by having the number. thanks for any help, i no its difficult to understand I'm just not sure how to word this lol.

thanks anyway
Roger
 
If you want to do it as an afterupdate, the case statement is your friend.

Is it a combo box/list box you are using? if so, populate it from a table and include the question ID, then set the bound column to the question ID to save the number instead of the long answer for insertion into the main table. This would probably be the better way of doing it.
 
thanks for the fast reply.

i only want it to save the answer to the question as a number but i want it to show it what the answer actually is when looking on the form.

is there any tutorial that i could look at
 
Back
Top Bottom