I am a novice with MS Access, and I am working on an important assignment. I am stuck on the next steps. I currently have a form, four update queries (all updating one table), and one table (called products and services; the data type of each field is a Yes/No). Using macros, I’ve successful with building a form with four buttons (each runs one of the four queries) that runs an update query when clicked. As a result, when a user clicks on two buttons, the table is updated with the products and services selected.
I now need to take the products and services selected and use that as the basis for the beginning of a business plan by the user, but I don’t know how to do that. For example, if the user selects products 1, 3, and 4, and services 2, 3, and 4, then I only want those to be displayed in a new form (doesn’t have to be another form in Access, it could be exported to Word if possible). The user will then write a lengthy description regarding how they intend to use the products and services selected.
My issue may be the structure of my table. Instead of listing each product and service in columns, it’s one row. I’m willing to consider restructuring the table if I need to. I structured it this way because I also have checkboxes on the form. When each button gets selected, the corresponding checkbox is also checked simultaneously.
Summary of what I’m trying to accomplish for my whole project:
Thank you,
I now need to take the products and services selected and use that as the basis for the beginning of a business plan by the user, but I don’t know how to do that. For example, if the user selects products 1, 3, and 4, and services 2, 3, and 4, then I only want those to be displayed in a new form (doesn’t have to be another form in Access, it could be exported to Word if possible). The user will then write a lengthy description regarding how they intend to use the products and services selected.
My issue may be the structure of my table. Instead of listing each product and service in columns, it’s one row. I’m willing to consider restructuring the table if I need to. I structured it this way because I also have checkboxes on the form. When each button gets selected, the corresponding checkbox is also checked simultaneously.
Summary of what I’m trying to accomplish for my whole project:
- A user selects various options from a form.
- The user has the flexibility to add to or take away from their selection
- The user then is provided a template to complete the options selected from the form (Ideally in MS Word).
Thank you,