Hi,
I created a form with a tabcontrol with 6 pages in Access2000. This works fine.
When I convert the mdb to Access97 and then try to open that form (runtime or design), I get a fatal error (op0177: 30219724) and Access is terminated.
When I convert the mdb back to Access2000, it works fine...
I'm using DoCmd.OpenReport.
The problem is that the reports are partly based on temporary tables. Tables I populate when the user wants to view a report. When a second user, in the same moment, wants to view the same report, based on different selectioncriteria, I overwrite the data of the...
Hi,
I want to retrieve all data for all pages of a report(and its subreports) in one time. So no db-activity when navigating through the different pages of a report, it should already be in memory.
Does anyone know a property or some VB-code to get this done??
regards Jesp
Hymn, I'll try to explain how it's set up in this company.
We're not exactly creating a runtime version. We just put the mdb on the netwerk. Depending the authority,userrights of the user he can access the mdb with a runtime version or a normal version. In case of the runtime version, we have...
Thanks Hymn, I'm gonna check if I added all those components. Due to authorisation, security and so, I won't be able to test it until tomorrow.
So thanks for your help, although I don't think it's the answer to the dateproblems ....
Hi,
We created an application with Access 97 and distributed it to users who only have a runtime access version.
Two problems when running the runtime version:
1. There's no printing option in the filemenu for reports(there is for forms), although shortcut crtl+P works.
2. Dates are not...
Ben,
That was what I was looking for. I gave it a bit more functionality, like automatic opening of Notes, CCC and BCC sending, but it showed me the way,
Thanks
Jeroen
Hi there,
I'm getting an MSAccess applicationerror after sending an object to the Lotus Notes mailaccount.
My code is as follows:
DoCmd.SendObject acSendQuery, "query", acFormatXLS, toAddress, , , subject)
Lotus notes opens correctly, the xls-file is created correcty and the subject...
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.