Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Question about Listview objects

Status
Not open for further replies.

JoeSmoe55

Programmer
Aug 1, 2005
38
US
Hello all.

I am using access 2003 and Listview Control 6.0. Here is what I want to do and maybe you can tell me the best way to do it because I don't believe it to be possible with a list view but I could be wrong.

I want to display the data in a listview and enable the user to update the info in the listview using the list view. For example, if there is a boolean field in the list view, then I would click that column and row and it update the value to True or False. Or entering and number or text depending on the data type of the column. Thanks

Joe
 
I don't think Listview subtitems are editable.

You could add a double click on the listview to open the record in a popup form and edit.

you will get some idea from faq702-6026.

________________________________________________________
Zameer Abdulla
Help to find Missing people
Do not cut down the tree that gives you shade.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top