Search results

  1. N

    OpenArgs

    Hi Guys I have two command Buttons on two different forms that access the same form "fDcust" One command button (On the Main Menu Form) One Command Button on the (Search Enquiry Form) The Main Menu CmdBtn is as follows: Private Sub lBtnEdit_Click() DoCmd.OpenForm "fDcust", , , , ...
  2. N

    Group BY or ORDER BY in a UNION SELECT Query

    Hi Team. First time poster here who is dreadful with SQL. Apologies in advance if I do not explain or lay this out correctly. TIA for any help you can throw my way. Although, I get a result! It's not the result I'm after. SELECT PickDate, txHandle, Bulk, Primary, TotalLines, PickHours...
Back
Top Bottom