I would like the textbox named "text7" to show the word "keswick" when the text inside the "txtUsername" is KH and show the word "Lawrence" when the text inside the "txtUsername" is LH. What sort of codes should I write? should it be SQL or Expression Builder or Code Builder? Thank you=)
thz alot! I have changed it, but this time there is another error msg saying "Application defined or object defined error".=) What's the meaning of the syntax "ME" means?
I have made some changes in this code, after I have changed it it said variable not defined what can I do to solve this question?=) thz alot!have defined the name of the textbox for tutor email to be TutorEmail
and the name of the textbox for student email to be Email . Thanks alot=)
Private...
Hey yaa I am currently doing my A2 Computing project and I juz a beginner in programming, can someone tell me how come this code is not working? thzzz=)
Private Sub Form_Current()
If txtCount.Value >= 3 Then
MsgBox ("You have entered more than 3 Open Days Details!")
SubForm.Locked = "YES"...