Please help!!
i'm trying to save data but i cant, is their any problem on my syntax..
SELECT sample
thisform.text1.Value = str(YEAR(DATE()))+'-'+ left(faculty.firstn,1) + LEFT(faculty.middlen,1)+LEFT(faculty.lastn,1)
replace prop_num WITH thisform.text1.Value
i want to save data from text1.. i have table sample and a field prop_num which is set to character...
thank you in advanece
i'm trying to save data but i cant, is their any problem on my syntax..
SELECT sample
thisform.text1.Value = str(YEAR(DATE()))+'-'+ left(faculty.firstn,1) + LEFT(faculty.middlen,1)+LEFT(faculty.lastn,1)
replace prop_num WITH thisform.text1.Value
i want to save data from text1.. i have table sample and a field prop_num which is set to character...
thank you in advanece