Public connMiner As New adodb.Connection
connMiner.CommandTimeout = 1000
For i = 0 To maxSteps
psrCode.connMiner.Execute aActions(i), , 132
Next
---Here'se the array that populates aActions
aActions(0) = "psrOverheadMakeTableQry('" & strActualsPeriod & "')"...
I am running stored procedures in Access. I keep getting a Timeout error, I changed the timeout time to 700 seconds, but it still doesn't work. Is there a way to prevent this from timing out?
Hello
I'm adding fields to a table and am having problems setting the format for two of them.
1) Date/Time the format should be Long Time
2) Boolean the format should be Yes/No
I can set the field types, but not the formats? Is there a way to set these formats?
Is there a way to call a .NET object from Access?
What I need to do is put a link to an internet site. The website uses .NET encryption. I'm not really sure how that works, but I need to create encrypted links to the website. (I'm not a web developer)
Is that possible?
That didn't work. I have a page footer with the page numbers already. That still prints at the bottom. When I added the textbox to the report footer, it printed right after the last record (in the middle of the page).
Thanks
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.