A
Asif
I have a form (2-a SKIPPROCESS) which has three listboxes; CABLES,
COPPER and GENERAL. These three listboxes are based on a query that
extract data (date and quantity) from a table TBL_LIVE.
Under each listbox is a button "EMPTY", upon clicking on the button a
form (FRM_EMPTY) pops up asking the user are you sure you want to
empty the bin and the total quantity of that bin. When I click on YES
the entry highlighted in the listbox is deleted but I want the whole
list box to be deleted i.e. if the user clicks on EMPTY button under
the CABLES listbox then entries in that listbox are deleted likewise
for the other listboxes.
I'm running a delete query which contains fields from TBL_LIVE (LVID,
LVQUANTITY) the criteria I've specified for LVID is "[Forms]![2-a
SKIPPROCESS]![CABLES]"
As I'm not getting the results I'm after I was hoping someone would be
able to help.
Thanks
COPPER and GENERAL. These three listboxes are based on a query that
extract data (date and quantity) from a table TBL_LIVE.
Under each listbox is a button "EMPTY", upon clicking on the button a
form (FRM_EMPTY) pops up asking the user are you sure you want to
empty the bin and the total quantity of that bin. When I click on YES
the entry highlighted in the listbox is deleted but I want the whole
list box to be deleted i.e. if the user clicks on EMPTY button under
the CABLES listbox then entries in that listbox are deleted likewise
for the other listboxes.
I'm running a delete query which contains fields from TBL_LIVE (LVID,
LVQUANTITY) the criteria I've specified for LVID is "[Forms]![2-a
SKIPPROCESS]![CABLES]"
As I'm not getting the results I'm after I was hoping someone would be
able to help.
Thanks