|
-
Apr 27th, 2006, 06:33 AM
#1
Thread Starter
Addicted Member
How to link textboxes to SQL strings ??
Hi,
How do I link the values in a textbox on a form to an entry in the SQL string.
For example:
UPDATE tlbPartsTable SET tlbPartsTable.ItemsInStock =
[tlbPartsTable].[ItemsInStock]-frmReqTransaction.txtQuantity
WHERE ((([tlbPartsTable].[PartID])=frmReqTransaction.txtPartID));
Here frmRequistion is the form (It is not linked to any data source)...
txtQuantity, txtPartID are textboxes...
tlbPartTable is the table where data is retrieved....
thanks
arun
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|