R
roccogrand
I have the following query:
UPDATE tblMyQuestions SET tblMyQuestions.StudentName =
tblStudentCodes.StudentCode;
When it is run, it says "Enter Parameter Value" and then displays
"tblMyQuestions.StudentName"
I would like to change the first phrase to "Enter your student code" and not
show the table.field value at all. Is this possible?
Thanks.
LDN
UPDATE tblMyQuestions SET tblMyQuestions.StudentName =
tblStudentCodes.StudentCode;
When it is run, it says "Enter Parameter Value" and then displays
"tblMyQuestions.StudentName"
I would like to change the first phrase to "Enter your student code" and not
show the table.field value at all. Is this possible?
Thanks.
LDN