|
-
Dec 22nd, 2003, 05:34 PM
#1
Thread Starter
Fanatic Member
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
-
Dec 23rd, 2003, 07:11 PM
#2
Lively Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|