hello
i have a pivot chart with two scales but at the left side the blue part is inside the red part and i can't see the value of the blue part. can you help me pelase?
what should i do to see the blue part as well?
also when i seleect all of the blue parts i can't see the value of blue. t...
hello
i have a pivot chart in ms access with two scales but i want to have different numbers for these two scales. i don't know how to have it. can you help me please?
i also attached the chart. for example for one of them max=700 and for the other one max=1200
hello
maybe i coudn't tell it correctly, i have a pivot chart and i want to have the auto scale in it. i mean i don't want to set the scales myself.
can you guide me please?
hello,
i have a pivot chart in ms access and i want to have auto-axis for y-scale. I want that when the data will be changed the scale would be automatically arranged. can you help me? i don't know how to do this.
Thank you
but i didn't work with these types of files
do you know how i can open that in design or code view?
:...... i can open it now
in tools:refrences
i have the missing as : microsoft calendar control 8.0 ::::: i can't find ´this refrence in refrences list
do you know what should i do?
hello
i understood how to open it
but i have the error message in this part:
Function DatumUmwandeln(Datumstring As Variant) As String
Dim Monat, Tag, Jahr As String
If Datumstring <> "" Then
Tag = Format$(Datumstring, "dd")
Monat = Format$(Datumstring, "mm")
Jahr =...
hello
thank you for your help,
now i have the below problem:
error message: there is no object in this control
can you helo me please?my file is a mdb file not accdb
but i didn't work with these types of files
do you know how i can open that in design or code view?
thank you
hello
i have the following code and i have the below error:
can't find the project or library in red part
can you help me please?
Option Compare Database
Option Explicit
Function DatumUmwandeln(Datumstring As Variant) As String
Dim Monat, Tag, Jahr As String
If Datumstring <> "" Then...
hello
i have a button in a form that i wrote the below code in it and then based on two date text boxes a form will be APPEARED. when there are related dates within the query they will be shown but when there are not related data the form will be completely empty. do you know why? can you help...
i attached my query
in query there is datum bewegung and i have pre form and within this form there are two text boxes there i can enter the dates and then press a button to show the query based on my filter dates.
i write the below code vba in a button:
Dim vAdmin_Flag As Boolean
Dim...