0 Reputation Points
100% Quality Score
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
~1K People Reached
Favorite Forums
Favorite Tags
3 Posted Topics
Hi, it highlights because the property of the listbox is set to true in the fullrowselect property. you can change it to true or false in the properties window in vb.
Hi there, Are you using Access VBA as your platform? or your just using access as your back-end and you have a form in VB6?
Hi, I am not familiar with DataGrid with vb, and i use ListView a lot of times. maybe you can adopt this code and can give you an idea how to delete selected record. sql "DELETE * FROM tblpwd where modusername = '" & lstUsers.SelectedItem.Text & "' " lstUsers.ListItems.Remove (lstUsers.SelectedItem.Index)
The End.