The following code
"
Private Sub Label466_Click()
DoCmd.OutputTo acForm, "QME Notification", acFormatPDF
End Sub
"
works fine in full version A2007, however in runtime, if the user cancels the output to .pdf dialogue, an Onclick error is presented. The app continues to run, but the user must...
I just rebuilt my .mdb backend in Access 2007 to the new .accdb format back end. All works fine..except...
I had relinking code which allowed the user to relocate the backend file on start up. Now I tried using the code to relink to the accdb backend and the code fails. (it isn't as simple as...
Does anyone know...is the JetComp utility still compatible with Access 2007 backend files? Google search yeilded zero info.
I know that JetComp worked well on bloated backend .mdb backends...does it work with .accdb back ends?
I am trying to launch JetComp via a button using the following in Access 2007 Runtime:
Dim RetVal
RetVal = Shell("JETCOMP.exe", 1)
(I am aware that the user must close down before using JetComp...I am making it easier for non techs to find and use JetComp)
The probelem is that this works fine...
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.