I have another one of my crazy innovative ideas that has probably been done a million times in a million better ways, but I can't find on the net or in my o'reilly books.
I have a lot of forms. A loooot of forms. Each form has one subform. The main body of the form is the same, the subform is what makes the forms different. Selections in the main part of the form change the data in the subform (datasheet view) Each subform has its own unique query and the values chosen in the main form change the where part of the query.
My question is this: Is there a way in vb to programmatically "build" the subform? All the fields in the subform query need to be put in the subform as text boxes.
I'll probably use queries but I still could use the knowledge of having vb build my forms for me.
I have a lot of forms. A loooot of forms. Each form has one subform. The main body of the form is the same, the subform is what makes the forms different. Selections in the main part of the form change the data in the subform (datasheet view) Each subform has its own unique query and the values chosen in the main form change the where part of the query.
My question is this: Is there a way in vb to programmatically "build" the subform? All the fields in the subform query need to be put in the subform as text boxes.
I'll probably use queries but I still could use the knowledge of having vb build my forms for me.