Question: How do I get the Y/N checkbox fields to display a set sentence of text in a report? Or better yet, into another field such as a memo field?
Super noob here. On a scale of 1-10 being how much I'll understand your response, I'll probably be between 2-6 depending on how complicated your answer is. With 6 meaning I will probably still have trouble understanding answer even if very basic. But I'll appreciate your time and answer and be better off than where I am now.
Example: On the form there is a paragraph with a checkbox next to it. Read likes the paragraph and selects it. I generate a report at the end of the month to send to another user (I'm the middle man). I want the report to have the text, not Y or N or 1, -1, etc.
Background: My database has a table with several Y/N checkbox fields. This is so that a user can just check which options he wants via the form. As an example those columns are labeled as: Column1, Column1a, Column1b, Column2, Column2a, Column2b and so on. In design view the descriptions currently contain what each Y/N column represents. For example: Column1 description: Location and type. Column1a is a sub-selection under Column1 and has the description: Confirm Location of whatever.... Column1b description reads: Confirm type of whatever...
When the user selects these Y/N options they are essentially saying that they are wanting an answer to confirm the location and type of whatever. Why the box? Because the questions that can be asked are standardized but rather long. They are attached to a justification for the work that needs to be done. There is a memo field for freetext for additional explanation of the users question.
Now, I have to send a report to the person who is going to do the work to answer the question. Obviously he does not want a sheet with a bunch of Y/Ns on it. I need the report to display those text descriptions. How do I accomplish this?
I would like to generate a text paragraph from the Y/N checkbox descriptions and populate that into the memo field along with their free text if possible.
Super noob here. On a scale of 1-10 being how much I'll understand your response, I'll probably be between 2-6 depending on how complicated your answer is. With 6 meaning I will probably still have trouble understanding answer even if very basic. But I'll appreciate your time and answer and be better off than where I am now.
Example: On the form there is a paragraph with a checkbox next to it. Read likes the paragraph and selects it. I generate a report at the end of the month to send to another user (I'm the middle man). I want the report to have the text, not Y or N or 1, -1, etc.
Background: My database has a table with several Y/N checkbox fields. This is so that a user can just check which options he wants via the form. As an example those columns are labeled as: Column1, Column1a, Column1b, Column2, Column2a, Column2b and so on. In design view the descriptions currently contain what each Y/N column represents. For example: Column1 description: Location and type. Column1a is a sub-selection under Column1 and has the description: Confirm Location of whatever.... Column1b description reads: Confirm type of whatever...
When the user selects these Y/N options they are essentially saying that they are wanting an answer to confirm the location and type of whatever. Why the box? Because the questions that can be asked are standardized but rather long. They are attached to a justification for the work that needs to be done. There is a memo field for freetext for additional explanation of the users question.
Now, I have to send a report to the person who is going to do the work to answer the question. Obviously he does not want a sheet with a bunch of Y/Ns on it. I need the report to display those text descriptions. How do I accomplish this?
I would like to generate a text paragraph from the Y/N checkbox descriptions and populate that into the memo field along with their free text if possible.
Comment