I have made a form with unbound fields in it and the vba code for a dynamic query of all these fields. No Problem there, query works fine and displays results on Datasheet view only? What I want to do is either display the fields in a subform within this main form or popup a separate form with the results. The Dynamic query only searches 8 fields, but I would like my subform/form to show all the fields in table. Another problem when trying to setup a subform is the parent/Child links to subform. Since all the fields in my query form are all unbound, it won't let me setup links to subform (and then it only let's you do 3-4 relationships).
I can make the form display separately by doing a DoCmd.OpenForm "Formname" but the original datasheet still pops up in the background, and that is coming from the DoCmd.OpenQuery "Dynamic_Query"
Please someone give me a push in the right direction, either getting rid of datasheet so I can pop separate form up or figure out why subform wont work??
Thks in Adv,
Jim
I can make the form display separately by doing a DoCmd.OpenForm "Formname" but the original datasheet still pops up in the background, and that is coming from the DoCmd.OpenQuery "Dynamic_Query"
Please someone give me a push in the right direction, either getting rid of datasheet so I can pop separate form up or figure out why subform wont work??
Thks in Adv,
Jim