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

SQL txtbox event

Status
Not open for further replies.

ItIsHardToProgram

Technical User
Mar 28, 2006
946
CA
I am trying to return the following SQL in a txtbox:
SELECT Total FROM DepProj WHERE FDNumero = 146;

Is that correct, depProj being the table containing FDnumero and total being a bunch of numbers in DepProj........

When I enter the SQl in the txtbox it returns #Name?
Which is usualy returned when the textbox is null.... thanks for your help
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top