I am building a form, and I want to allow the user to enter the details of a field by selecting a file name.
So I would have a field called AppFormFileName...(Text field)...and a button on the form beside it that would bring up the File Dialog. What ever file the user selected would be placed...
The ' in the code is just the string delimiter in SQL.
The SQL query would look like:
UPDATE Employees
SET OrderLastYear=1
WHERE LastName ='Wind' and FirstName = 'Ghone'
if LastName was = Wind and FirstName was Ghone and Order was 1...a tricky thing in the piece of code you...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.