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...
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...
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?