I have created a form with a list view (active-x) to be able to control colors, etc in a list.
Unfortunately, I have encountered a problem for which I can not find any solution
When I open my form, it is already information (three rows) in the list view. This despite the fact that I have shut down the access application and even shifted the database to another computer.
I can of course delete the elements with ListItems.Clear when I open the form, but I'd rather like that they did not show up at all.
Anyone have any idea where these "default-elements" are stored, so I can remove them from the list wiev once and for all?
Unfortunately, I have encountered a problem for which I can not find any solution
When I open my form, it is already information (three rows) in the list view. This despite the fact that I have shut down the access application and even shifted the database to another computer.
I can of course delete the elements with ListItems.Clear when I open the form, but I'd rather like that they did not show up at all.
Anyone have any idea where these "default-elements" are stored, so I can remove them from the list wiev once and for all?