Try creating a new one to test. Drop the new listview on your form, rename your old listview as lvSearch_Old and call the new one lvSearch. Run the code and test the Item Click.
Try creating a new one to test. Drop the new listview on your form, rename your old listview as lvSearch_Old and call the new one lvSearch. Run the code and test the Item Click.
i delete the lvSearch control, rename the module to OLDlvSeacrh_ItemClick, create new control and rename it as lvSearch and same time create a new module of ItemClick. unfortunately nothing happen.
Your form has some problems. I experienced errors on the click event and I've just created a new form, copied the controls across, copied the code across and ran it. Everything works fine now.
Your form has some problems. I experienced errors on the click event and I've just created a new form, copied the controls across, copied the code across and ran it. Everything works fine now.
is this working in you access 2013? i opened it and try click an item and nothing happened. therefore if this db is working with your 2013 version then the problem is my access 2013 version.
Mine is 2010 and I had to create a new listview control because yours threw errors and it worked fine. Was it the second listview control that you clicked?
Mine is 2010 and I had to create a new listview control because yours threw errors and it worked fine. Was it the second listview control that you clicked?
ok, the reason why im doing some test in 2013, i was informed that there's an on going upgrade with our os together with ms. anyways i will find another machine with 2013 version and i'll update you about the result. thanks for the effort boss.