Hi i have an issue with an MDB and an ADP that links to a SQl DB.
I have migrated an access application so that the data is now stored in a MS SQL DB, over all the application runs much better but i have a set of reports that are in a separate MDB that run slower than the once connedted to an...
Hi,
I have a mdb file that talks to a SQL DB that contains a set of reports, this run slow I am assuming this is because it runs though an ODBC link.
So I tried to create a ADP that connects directly to the SQL DB this works much faster but behind some of the reports I have VBA code and it...
Hi,
I am trying to change the width of a column with a formula, but it's not working.
i have added code to the width formula under size and position but does not have any effct.
i tried the following
booleanvat testWidth;
testWidth = True;
if testWidth = true then
5.000
else
0
this...
Hi,
i trying to develop a set of crystal reports that i can display and export though Ms Access using VBA,
i got the basic working fine but know i needed to control elements of the reports like column width or even make some column invisible and controlling images loaded in to the report.
I...
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.