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 Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Update the source of a form

Status
Not open for further replies.

terraman

Programmer
May 26, 2003
12
NL
Hi All,

I got a query as source for a form:
Select query1.*, query2.data from query1, query2

query1 selects all data from a table using 2 comboboxes as conditions.

query2 selects all data from a table using 1 textfield.

After the selection of the comboboxes I fid the record that is like the selection. All data from query1 are displayed decent. But query2 doesn't display. When I open query2, he displays the correct number (It is a count query) but in the textfield in my form he doesn't. Nou me![textfield].requery doesn't work, me.requery gives an error, and me.recalc doesn't work either.

Anyone have got anny clue on what the problem is and if the display in the textfield is, how can I refresh the textfield?

Johannes
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top