nosferatu26
Registered User.
- Local time
- Today, 13:41
- Joined
- Jul 13, 2015
- Messages
- 57
On a form I am trying to use bounded subforms for people to fill out documentation info. There are two types of documents that the user will be filling in info for. For both of the types of documents, they will have to fill out the document number, title, and revision. These documents are tied back to a specific part that the user selects prior.
I have 3 tables that are storing all of this data. There is a parts table and a document type table. they are joined by a table called documentation which has the part id, document type id, and the rest of the fields mentioned above.
My issue was on the subform i initially had all of the fields filtering on the part id selected, and the subform was continuous. I was hoping that they can select one type of document from a combo box then fill out the fields and when they finished, repeat the process but for a different document.
That wouldnt work and I dont know why. when I went to create the 2nd document type it wouldnt let me edit it; it just stayed gray.
Now i am trying to create 2 copies of each subform side by side and hardcode each document type into each subform for the user to fill out.
This isnt working either. the subforms stay the same, not letting me add a new record after i fill out one.
My third approach would be eliminating the document type table and just adding an extra set of fields - one for each document into the documentation table. Since there are only 2 choices of documents it wouldnt be that bad but ideally I want to try to eliminate the redundancy.
If anyone can shed some light on the first two approaches for me or just help in general i would greatly appreciate it! I apologize for the long description or if some of it may have been confusing to read.
I have 3 tables that are storing all of this data. There is a parts table and a document type table. they are joined by a table called documentation which has the part id, document type id, and the rest of the fields mentioned above.
My issue was on the subform i initially had all of the fields filtering on the part id selected, and the subform was continuous. I was hoping that they can select one type of document from a combo box then fill out the fields and when they finished, repeat the process but for a different document.
That wouldnt work and I dont know why. when I went to create the 2nd document type it wouldnt let me edit it; it just stayed gray.
Now i am trying to create 2 copies of each subform side by side and hardcode each document type into each subform for the user to fill out.
This isnt working either. the subforms stay the same, not letting me add a new record after i fill out one.
My third approach would be eliminating the document type table and just adding an extra set of fields - one for each document into the documentation table. Since there are only 2 choices of documents it wouldnt be that bad but ideally I want to try to eliminate the redundancy.
If anyone can shed some light on the first two approaches for me or just help in general i would greatly appreciate it! I apologize for the long description or if some of it may have been confusing to read.