Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Display Query result on a form

Status
Not open for further replies.

tom05

Programmer
Oct 25, 2008
4
AU
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top