Each time I run this statement on the form I receive the following error:
Alias "txtdescription" is not found.
UPDATE adtype ;
SET adtype.description = ALLTRIM(Thisform.txtDescription.Value), ;
adtype.rate = ALLTRIM(Thisform.txtrate.Value), ;
adtype.priority = ALLTRIM(Thisform.txtpriority.Value), ;
adtype.headingnum = ALLTRIM(thisform.cbopageType.Value) ;
WHERE adtype.booktype = cAddEditAdtype.booktype AND ;
adtype.bookcode = cAddEditAdtype.bookcode AND ;
adtype.adtype = cAddEditAdtype.adtype
Thanks in advance, I think it is something very simple, but not obvious to me.
RPP