Hi,
the only way I can think of is using a runtime Version of Access. That means you would have to buy a runtime Development kit which is not quite cheap. I don't know exactly how much it would cost but you can probably try ebay and have a look there. As I understand - compiled as a runtime...
Hi,
found the answer!
Refering to the secondary Y-Axes works like this:
Me.DiagramName.axes(2, 2).maximumscale = value
Maybe someone else needes this answer aswell ;-)
Martin
Hi,
my problem was nearly solves with this Thread:thread703-538743
Now I know that I can set the maximumsclae of the Y-Aches of an Diagram by using:
Me.Ranking_VOFI.axes(2).maximumscale = 10
So what i now need to know is. How to reference a second Y-Axes. The Diagram in my report owns...
Hi,
i'm trying to open an access workbook and want to jump to an special sheet inside that workbook.
rs is a DAO.recordset and delivers the relative path of the xls file.
lst_Auswahl is a list box where an id is selecte. This ID is similar to the name of the sheet which shall be opened.
I try...
Hi,
I found the solution it is as that simple...
Instead using
maildoc.from "emailadress"
you simply have to use
maildoc.principal "emailadress"
That's it.
Thank you anyway.
Martin
Alright,
I think I still don't get it right.
Once more the situation here:
There is an Access DB.
Approxiamately 5 people will work with this Database.
A Function of this DB is to send emails.
What I can do so far is send emails, attach files and so on
BUT: the when the receipient ansers...
Hi Pascal,
thanky for your efforts. Unluckily i do not hav any experiences in programming Notes. My aim is to realise this email thing from Access via VBA.
So it would help me a lot more if you would have any kind of code example for me.
Yesterday I tried a lot and was quite frustrated. I...
Hi,
concerning Lotus Notes 5.
What is working so far:
We can create emails out of MS Access and send them using Lotus Notes, attach attachments and so on.
What is not working :
We would like to change the email address of the sender. So we want to create an extra email postbox for maybe 5...
Hi,
are there any known issues concerning IE6 and popupwindows?
The thing is that my onclick event will be processed in a non popup window but won't be processed in a popup window..
The code example:
1) the click event
<form action="">
<input name="Update" type="button" id="Update"...
Hi,
solved my own problem.
It works fine here like this:
strdb = "Data Source=" & server.mappath("user.mdb")
set conn =server.CreateObject("Adodb.connection")
strconn = "Provider=Microsoft.jet.oledb.4.0;" & strdb
conn.open strconn
Martin
...that this will be a mistake quite easy to solve for some of you.
My piece of code looks like this:
strconn ="Driver={Microsoft Access Driver (*.mdb)};Dbq=\\Otdesbwelhttp\clc-mod\cop\cop-test\user.mdb;Uid=Admin;Pwd=;"
set conn = server.createobject("adodb.connection")
conn.open strconn
So...
Hi,
i have to do a manual cross table. I understood the logic behind it. My question now is belonging to the design.
I do have several groups. The details are switched off and the only thing you see are the summary fields of the group. Thats how I get my numbers.
The thing is that sometimes 2...
After installin CR again everything works fine.
But to answer your questions: I did not find the file on my hard disk ans there was absolutely nobody I knew with CR installed. So I think this was a quick solution...
Thank you nevertheless..
Martin
Hi,
after starting my computer again - Crystal Reports 8.5 is missing the "implode.dll" and can't open the view which is needed for the report.
Do I have to install CR again?
Martin
Hi cord,
in the database menu there is a point called "check database everytime" or soomething like that (I do not have Crystal installed here so I can't look it up for you).
The thing is that if this point is checked. Crystal really checks the database everytime you repaint the...
...invisible.
What I want to do now is to calculate with these values.
For example I want to show in row 4 the result of the calculation of : val2.2*val3.2/val1.2
How can I address the fields correctly so that CR calculates the correct result? I do have big problems adressing a group value of...
hi,
I'm doing a report based on an Access97 DB.
I'm using the access file as datasource. After creating a rough preview of the report I had to import some new data into the database.
the report cointained 15 groups. After the new data was put in there are 16 groups. Unfortunately the new group...
hi
I want to export some values into an Access 97 mdb via ODBC. I installed the ODBC driver (Windows NT) and it seems to work fine. But the table created does not contain any values - it's totally empty.
Does anyone have experiences with the data transfer from CR 8.5 to Access 97? ODBC would...
Hi,
I do have 3 groups.
first one ist the geographical region
secons one is the year
third one is the 5 different values which are from interest
my question is how can I find the smallest/highest value for each of those 5 data for all groups?
so that I can finally say. Allright data1 is...
Hi,
my primary data source is a crystal dictionary consisting of 2 tables. all data (except one) is included in this dictionary. So now I also have to include the last missing data which is coming from an Access .mdb file.
Could you please give me a short description of how many different ways...
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.