John Cassell
Well-known member
- Joined
- Mar 20, 2007
- Messages
- 65
- Programming Experience
- Beginner
Hi There,
Can someone tell me how to execute this query please..
SELECT [Job Number], [Order Number], [Start Date], [Tank Number], [Completed Date], Customer, [Labour Charge], [Materials Charge], [Materials Cost],
[Invoice Number], Locked, LockedByUser
FROM Jobs
WHERE ([Job Number] = 'Job_NumberTextBox')
'' I have a textbox called Job_NumberTextBox and I would like the query to only load the job which is in the text box. If I swap 'Job_NumberTextBox' for the number 1 in the WHERE statement and execute the query it will return job number 1 but If i put 1 in the text box and then run the query it returns nothing..
Can someone please help?
Thanks
John
Can someone tell me how to execute this query please..
SELECT [Job Number], [Order Number], [Start Date], [Tank Number], [Completed Date], Customer, [Labour Charge], [Materials Charge], [Materials Cost],
[Invoice Number], Locked, LockedByUser
FROM Jobs
WHERE ([Job Number] = 'Job_NumberTextBox')
'' I have a textbox called Job_NumberTextBox and I would like the query to only load the job which is in the text box. If I swap 'Job_NumberTextBox' for the number 1 in the WHERE statement and execute the query it will return job number 1 but If i put 1 in the text box and then run the query it returns nothing..
Can someone please help?
Thanks
John