Neil Toulouse
Programmer
The heat is definately getting to me this week!
I want to populate some fields in a table with values from textboxes on a form, using UPDATE - SQL, but...
...give me an "Alias not found" error pertaining to the ALLTRIM(.txtSurname.Value).
Help?
Neil
I like work. It fascinates me. I can sit and look at it for hours...
I want to populate some fields in a table with values from textboxes on a form, using UPDATE - SQL, but...
Code:
WITH THISFORM
UPDATE Customer SET Surname = ALLTRIM(.txtSurname.Value) WHERE CustID = 1
ENDWITH
...give me an "Alias not found" error pertaining to the ALLTRIM(.txtSurname.Value).
Help?
Neil
I like work. It fascinates me. I can sit and look at it for hours...