Search results

  1. R

    Query Opposite

    Sorry but that doesn't work. What I am getting is a list of all the locations for all the other customers. Edit: I solved it :)
  2. R

    Query Opposite

    I need oppersite I am trying to get the opposite if this query SELECT tbl_location.fld_location_no FROM tbl_location INNER JOIN tbl_board ON tbl_location.fld_location_no = tbl_board.fld_board_location_no WHERE...
  3. R

    Requry problem

    I am trying to requery a subform The macro code to do this is DoCmd.RunMacro "mcr_new_customer_number_of_boards", 1 The subforum it rm_new_customer_number_of_boards The subform is made of this query called qry_account_count SELECT...
  4. R

    Inserting new records into a subform

    I did but it gave me so many hits I could take hours to read all the posts
  5. R

    Inserting new records into a subform

    I am trying to insert new records into a sub from. From the attached picture I select a location using a combo box and the customer names appear in the sub form. Where i says usage besides where it say chocolate land I type 5 and all the useage boxes will say 5. How do I solve this problem?
Back
Top Bottom