I was wondering if anyone has written code for this before, and could direct me to that. I would like to display a subform on my main form, based on a selection in a combo box on the main form.
I haven't taken the time to learn to write my own code yet, and thought I would see if it's already been done before I start (time constraints.)
I have a catalog of historic artifacts. I want to provide info on the artifacts, but depending on what type of artifact it is, diffent fields would be necessary. For example:
cboMaterial - options include glass and ceramic
If glass is selected, fields are:
Type, color, fragment, etc.
If ceramic is selected, fields are:
Paste, glaze, pattern, etc.
It's complicated, but they need to be part of a catalog for the site. Using subforms will be the best way, I think.
Thanks in advance!
I haven't taken the time to learn to write my own code yet, and thought I would see if it's already been done before I start (time constraints.)
I have a catalog of historic artifacts. I want to provide info on the artifacts, but depending on what type of artifact it is, diffent fields would be necessary. For example:
cboMaterial - options include glass and ceramic
If glass is selected, fields are:
Type, color, fragment, etc.
If ceramic is selected, fields are:
Paste, glaze, pattern, etc.
It's complicated, but they need to be part of a catalog for the site. Using subforms will be the best way, I think.
Thanks in advance!