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

Header text box value (Min, Max from table) ?

Status
Not open for further replies.

saustin

MIS
Feb 19, 2001
336
US
Hi,
Am getting an error #Name? error when setting the control source of a text box to =((SELECT (Min([PARTID]![tblTEMPRhonda])) FROM tblTEMPRhonda)). Is it not possible to make the value of a text box in a header equal to the value of a sql query ?

Thanks, Steve.
 
Nevermind. Just added this subquery to the original query
and No Problemo !!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top