Search results

  1. E

    I need help with my expression codes...

    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=)
  2. E

    Code dealing with email..

    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...
  3. E

    Need help with my code...

    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"...
Back
Top Bottom