vba_newbie
New member
- Local time
- Today, 05:07
- Joined
- Sep 13, 2015
- Messages
- 7
Hi
I hope someone will be able to assist as I've been a week trolling through websites trying to the find the answer. I'm going to have a breakdown and it's killing me I can't seem to get this to work
At work I've built an access database which has a data table with a unique code ID for each record. The database also has a form and sub form which collects the information. There are 70 fields which the users would enter into the sub form so the data table collects this information. Once the user puts the details in the sub form, it gets saved into the table.
So here's the challenge I need to modify the database so the user will use a drop down BOX (unique ID) to bring back the record into the sub form of the information they had filled in the fields. When they do this they will be able to change the information or update the information which populates in the sub form.
I followed this video provided but it only applies to main forms so I am stuck as my database uses sub forms.
Hope to achieve the below
- Users can retrieve a record by doing a search on the Identifier so the record of the identifier appears on the sub form
- Users can amend the sub form and details
- User saves updated information in sub form and then table gets updated
My database is very simple so I hope someone knows how to do this
Thank you
I hope someone will be able to assist as I've been a week trolling through websites trying to the find the answer. I'm going to have a breakdown and it's killing me I can't seem to get this to work
At work I've built an access database which has a data table with a unique code ID for each record. The database also has a form and sub form which collects the information. There are 70 fields which the users would enter into the sub form so the data table collects this information. Once the user puts the details in the sub form, it gets saved into the table.
So here's the challenge I need to modify the database so the user will use a drop down BOX (unique ID) to bring back the record into the sub form of the information they had filled in the fields. When they do this they will be able to change the information or update the information which populates in the sub form.
I followed this video provided but it only applies to main forms so I am stuck as my database uses sub forms.
Hope to achieve the below
- Users can retrieve a record by doing a search on the Identifier so the record of the identifier appears on the sub form
- Users can amend the sub form and details
- User saves updated information in sub form and then table gets updated
My database is very simple so I hope someone knows how to do this
Thank you