Search results

  1. B

    Jumping to another switchboard

    Do anyone know how can i write a VBA to open a switchboard? I know how to jump to the default switchboard by: DoCmd.OpenForm "Switchboard" however, i don't know how to write VBA to open another switchboard B which is not the default switchboard Thanks very much
  2. B

    Set value to another form's field

    I am writing VBA on Microsoft access Do anyone know how can i set a value of a form's field by using VBA? For example, I am writing the VBA code on form A and want to set value to a field in form B (because I haven't learnt how to pass value between forms) Or How can i write VBA to open a new...
Back
Top Bottom