Ik think this is not the answer to my problem
This is how I programmed it:
Private Sub TABLE_Click()
'if exists delete the form
Dim strFormName As String
strFormName = "testchart"
Dim acc1 As AccessObject
For Each acc1 In CurrentProject.AllForms
If acc1.Name = strFormName...
Hello,
Has somebody expierence with programming pivotcharts? I got problems when I try to open a blank form and want to present the simplest chart as a first solution.
I got a sub which create a form with all fiels, coming from a query.
Maybe I need to insert the fields on the form. How to do...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.