Results 1 to 2 of 2

Thread: DataGrid + Delete a record

  1. #1

    Thread Starter
    Fanatic Member pradeepkrao's Avatar
    Join Date
    Sep 2001
    Location
    New Jersey
    Posts
    534

    DataGrid + Delete a record

    Hi,

    I have a datagrid, and I have the RecordSource Set to it..

    I want to update the selected record.
    Once I update it should not appear in the screen (Status = NO).
    But the arrow should now point to the record before it.

    I should also be able to sort the data. After updation the data should still be sorted..

    Please advice.

    Thanks,
    Pradeep
    Learn by others experience as you cannot live long to experience them all.
    www.freewebs.com/pradeepkrao

    LOOK AT MY GAMES AT MY WEB SITE.

  2. #2
    Lively Member
    Join Date
    Dec 2003
    Posts
    124
    With Data1.recordset
    .edit
    .delete
    .update
    .movelast
    End with

    I hope this helps

Posting Permissions

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



Click Here to Expand Forum to Full Width