Results 1 to 6 of 6

How to write code to delete record based on field value?

Threaded View

  1. #1
    Forum Contributor VAer's Avatar
    Join Date
    09-10-2016
    Location
    USA
    MS-Off Ver
    Office 365
    Posts
    803

    How to write code to delete record based on field value?

    Dim dbs As Database
    
    Set dbs = CurrentDb
    
    'Step 1: Identify those records from TableGroup, and copy them to TableGroupDeleted, those two tables have similar data structure, except last field (add the current date)
    'Step 2: Delete any records from TableGroup which do not have administrator in the group.
    
    dbs.Execute "DELETE * FROM TableGroup WHERE there is not administrator in the group;"
    
    
    Me.Refresh
    dbs.Close


    I have two tables: TableGroup & TableGroupDeleted

    TableGroup: A group can have one or multiple administrators, or NO administrator.

    Take attached two screenshots for example, in first screenshot TableGroup, I would like to delete any groups which do not have administrator. For this screenshot, I will need to need Group3, and there are two records associated with Group3; therefore, the last two records will need to be deleted. But before being deleted, those two records will need to be copied to TableGroupDeleted, which has similar data structure except last field (Copy 5 fields and add current date for last field DateDeleted).

    How can I write the code?

    Thanks.
    Attached Images Attached Images

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. How to delete record based on date?
    By VAer in forum Access Programming / VBA / Macros
    Replies: 2
    Last Post: 10-06-2020, 05:02 AM
  2. Replies: 1
    Last Post: 06-19-2015, 09:23 AM
  3. [SOLVED] UserForm in Excel- need to write code to auto fill a text field
    By PANTECH in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 04-09-2013, 10:58 AM
  4. How to write VBA code to filter a field when opening a workbook?
    By checkup2012 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 10-22-2012, 11:29 AM
  5. delete duplicate records after totaling a field from each record
    By HarrySpencer in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-10-2007, 09:49 AM
  6. Replies: 1
    Last Post: 10-12-2005, 02:05 PM
  7. [SOLVED] delete record based on a value
    By Anauna in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 06-27-2005, 04:05 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1