Hi,
I have a database with 3 forms. Form1 contains a MSHFlexGrid, which runs specific queries using CreateQueryDef and then DoCmd.OpenQuery and the information in that row of the FlexGrid. This is all works nicely.
However, I would now like to be able to display the results of the query on a seperate form (Form2) and also display a related image next to the results of the query. At the moment I have the image on Form3 and have made it a subform of Form2. The query results that I would like to display on Form2 need to be editable.
Any suggestions would be greatly appreciated.
I have a database with 3 forms. Form1 contains a MSHFlexGrid, which runs specific queries using CreateQueryDef and then DoCmd.OpenQuery and the information in that row of the FlexGrid. This is all works nicely.
However, I would now like to be able to display the results of the query on a seperate form (Form2) and also display a related image next to the results of the query. At the moment I have the image on Form3 and have made it a subform of Form2. The query results that I would like to display on Form2 need to be editable.
Any suggestions would be greatly appreciated.