Microsoft
Software
Hardware
Network
Question : Find and Delete a record on another table
I need to delete a record on another table based on the selected line on a list box. The third column of the listbox will be used as critreria to search on the other table. The table to be opened is called "Customer_Products", the listbox is called lstCustItemNum, and the field on the third column on the list is called Cust_Product_ID.
Any help will be greatly appreciated as I am a newbie.
Answer : Find and Delete a record on another table
You can delete a record like this:
Currentdb.Execute "DELETE * FROM Customer_Products WHERE Cust_Prod_ID=" & Me.lstCustItemNo.Column(2)
Columns are zero-based, so Column(2) refers to the 3rd column
Random Solutions
Visual Studio 2008 Click Once
SQL to query Order details in GP
SQL DISTINCT Problem
populating combobox asynchronasly
Restrict Access to SQL 2008
How to enable computer browser service via domain group policy editor
Active Directory Startup script
I just wanted to check that the file type 'trn' is used for transaction log backups?
Import data from excel then add autonumber field: 90000 rows
Calculate values on a form from a sub form