Hi there,
first of all - thanks to everyone who has been helping me with various issues over the past few weeks - its great to have such a fast, responsive and helpful community.
I have a database im using for document tracking - this tracks what documents have been published, different document versions and which feedback has been given from various reviewers against each version- my relationships are as follows (in it's simplistic view):
- Parent Document >
- Child Document >
- Document Feedback
Here is what i would like to end up with.
A form (parent document) that has a combo box, the values of this combo box will be all my parent documents. When i select another value from this list, i would like all the fields within the form to change accordingly (So, title, publish_date, document_versions(this is a list)).
Most importantly, i would like my list within this form to change accordingly - this list has all the different version of the documents (child documents), and when double clicked opens up the correct versions document record in a seperate form.
I've never done this before, but what i guess im needing to do is:
- Populate the combo on this form, with the values of the title field from this forms underlying table
- Change my list box dependant on what parent_document is chosen from the combo (the child_document)
Any help you can give would be greatly appreciated - ive tried to search for tutorials on google with little success.
thanks again,
Neil
first of all - thanks to everyone who has been helping me with various issues over the past few weeks - its great to have such a fast, responsive and helpful community.
I have a database im using for document tracking - this tracks what documents have been published, different document versions and which feedback has been given from various reviewers against each version- my relationships are as follows (in it's simplistic view):
- Parent Document >
- Child Document >
- Document Feedback
Here is what i would like to end up with.
A form (parent document) that has a combo box, the values of this combo box will be all my parent documents. When i select another value from this list, i would like all the fields within the form to change accordingly (So, title, publish_date, document_versions(this is a list)).
Most importantly, i would like my list within this form to change accordingly - this list has all the different version of the documents (child documents), and when double clicked opens up the correct versions document record in a seperate form.
I've never done this before, but what i guess im needing to do is:
- Populate the combo on this form, with the values of the title field from this forms underlying table
- Change my list box dependant on what parent_document is chosen from the combo (the child_document)
Any help you can give would be greatly appreciated - ive tried to search for tutorials on google with little success.
thanks again,
Neil