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

SQL Update using form variables

Status
Not open for further replies.

blackte

Programmer
Jul 24, 2001
80
US
I'm trying to reference variables on a form for the where clause of an sql update statement. But for some reason the where clause is not getting the correct values. Can someone tell me how to reference a variable on a form. I have tried, Me.Text30 and Text30, but does not seem to work. Any help with this is greatly appreciated. Thanks T.Black Thanks Travis.
 
Hi Travis!

Use Forms!YourFormName!Text30

hth Jeff Bridgham
bridgham@purdue.edu
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top