Insert a query result into a form or text box

  • Thread starter Thread starter scubadiver
  • Start date Start date
S

scubadiver

Hello,

I have a combo box of queries so when I choose a query it opens separately.

I found a database with a dynamic form that places a query result into a
text box. It is similar to what I would like but my queries are "totals"
queries with calculated percentages.

So what I would like is to use the after update event of the combo box to
place the query result into a text box.

What is the best way to go about doing this?

cheers
 
Probably not clear enough.

I have a list of queries and I want to choose which query I show in the text
box.

thanks.
 
Back
Top