ItIsHardToProgram
Technical User
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
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