Search results

  1. S

    Please Help Me!

    Thanks for replying mate! This is whats under the "Place an order" button... Private Sub cmdOrder_Click() On Error GoTo Err_cmdOrder_Click Dim stDocName As String Dim stLinkCriteria As String stDocName = "Orders" DoCmd.OpenForm stDocName, , , stLinkCriteria...
  2. S

    Please Help Me!

    I go to "Forms" > "Place an order form" which comes up with two boxes... "Enter customer name" and "Enter customer number" Once correct details entered the relevant form comes up, in this case I used name "Stephen" and customer number "1"... I then click on the button "Place an order" which...
  3. S

    Populating Text Boxes

    Sorted after many hours!
Back
Top Bottom