RCheesley
Registered User.
- Local time
- Today, 07:00
- Joined
- Aug 12, 2008
- Messages
- 243
Probably a simple solution but can't figure out the syntax!
I have a form which is being completed when a particular questionnaire is returned. I have the name/address of all those it was sent to in one table, and their questionnaire responses are being saved to a separate table.
When the user enters the data into the form, it saves no problem, but what I would like to do is to be able to populate a field on their name/address table called "BaselineCompleted" with "Yes" when the form is completed (and maybe set the default to No).
The reason behind this is I want to do a pie chart to show proportions outstanding - I can't think of any other way to do this though!
Ruth
I have a form which is being completed when a particular questionnaire is returned. I have the name/address of all those it was sent to in one table, and their questionnaire responses are being saved to a separate table.
When the user enters the data into the form, it saves no problem, but what I would like to do is to be able to populate a field on their name/address table called "BaselineCompleted" with "Yes" when the form is completed (and maybe set the default to No).
The reason behind this is I want to do a pie chart to show proportions outstanding - I can't think of any other way to do this though!
Ruth