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

    please help=)
  3. E

    Need help with my code...

    hurray=) it works now!! thzz alot!
  4. E

    Need help with my code...

    txtCount is the name of the textbox and it counts the number of records. =)
  5. E

    Need help with my code...

    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?
  6. 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...
  7. 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