Search results

  1. S

    want to check the values of my controls in the code behind the Submit button

    hi i have stuck in the forms update event where the event is not firing up. i have to check or validate certain feilds and have to make sure they are not empty in the fields. example i have 8 fields. Private Sub Form_BeforeUpdate(Cancel As Integer) If IsNull(Form_Master.Primary_Key)...
  2. S

    calling function from form's code to module section

    hi i have a form which has code written in code module function(x) now when i try to call this function(x) in my specific module it throws me sub or function not defined !! how can i correct this error? tried by changing it into public and removing private didn't work.
  3. S

    the value you entered is not valid for the field

    hi i have this problem since i created combo box with three values. Although when i select one value and press save button it saves in the table but if i want to update that specific field from the combo box on change event it throws this error while it also updates after i close this dialog...
Top Bottom