devil_apps
New Member
- Joined
- May 18, 2010
- Messages
- 8
Hi,
I am writing a VBA code in which I am getting certain records in VBA Object.
The object contains around 1500 records (Item).
Is there any way that I can delete unwanted Items. For example, there is one field MESSAGE_TYPE in object. This field has value either "E" or "A". I want to delete records which has MESSAGE_TYPE = "A".
Is there a query or command through which I can delete all unwanted records without navigating whole 1500 items?
Thanks in advance,
I am writing a VBA code in which I am getting certain records in VBA Object.
The object contains around 1500 records (Item).
Is there any way that I can delete unwanted Items. For example, there is one field MESSAGE_TYPE in object. This field has value either "E" or "A". I want to delete records which has MESSAGE_TYPE = "A".
Is there a query or command through which I can delete all unwanted records without navigating whole 1500 items?
Thanks in advance,