Search results

  1. G

    More Forms or More VBA

    Hi all, I have a form that I use for all my sales side orders (Quotes, Orders, Invoices etc), I use vba code to setup the form when it opens and also set the subform to use depending on the type of order. My question is - Is it better to create different forms for each order or use vba code...
  2. G

    VBA SQL Insert changing 2 fields

    Hi all, I have been trying to get an SQL Insert statement to duplicate a form and subform but changing two fields in one of the tables. I got the following code from allen browne`s site (Can`t post link as first post with this username) after searching around. Private Sub BtnOrder_Click()...
Back
Top Bottom