Viewing 15 posts - 1 through 15 (of 110 total)
Thanks
"I wrote one in T-SQL and made a "trial" presentation of the technique for my local PASS chapter. I'm converting that to an article."
Is the article freely...
April 13, 2017 at 9:12 am
"my "Excel Hell" presentation last night"
Was that an online presentation?
April 12, 2017 at 8:33 am
I currently cannot create any db(against which to run your code)in SQL Server, I'm going to ask the db admin to create a test environment for me.
April 11, 2017 at 10:06 am
I was trying to run Sub Test()
but I get an error at the line
ConnString = "Provider=SQLOLEDB;Data Source= GOSTAMUNKTELL\SQLEXPRESS;" & _
...
April 11, 2017 at 8:27 am
January 27, 2017 at 2:35 am
We're a small to medium size company and we use Access and Access Web Apps coupled with SQL Server and Azure with great satisfaction since it can also handle managed...
October 16, 2015 at 8:44 am
Hi Bill, why is there a comma in
CurrentDb.QueryDefs("qryTest").sql = "prcTest '',''"
?
August 21, 2015 at 3:08 am
How about not pumping anything into SQL Server and do all the processing and output in Access?
March 6, 2015 at 3:38 pm
"The ACE drivers"
So Access could be used instead to solve the problem outlined in the opening post?
March 6, 2015 at 1:35 pm
Isn't Public Sub bindInfo supposed to be run in Access? If so, does VB.Net code run in Access?
November 4, 2014 at 9:17 am
From the previous post(copied below), are DataList, Try and Catch accepted elements in VBA? Or is this not VBA?
Public Sub bindInfo(ByVal grid As DataList, ByVal UserID As Int32)
...
November 4, 2014 at 3:52 am
"allows you to use dynamic parameters in cells"
What are dynamic parameters in cells?
November 4, 2014 at 3:10 am
Thank you again
what calls the Public Property Get Ready()?
Is the process of setting
m_booReady = True
in the main form Open event
enough to call it?
April 10, 2014 at 6:51 am
Thanks 🙂
"This event can only occurs when both subforms have been initialized" and that's for the Open event but what triggers the main form's Ready property?
April 10, 2014 at 4:25 am
"the Ready property of the parent is set to True (through its m_booReady member variable)."
so in the main form Open event you have
m_booReady = True
but then what triggers the main...
April 9, 2014 at 5:56 pm
Viewing 15 posts - 1 through 15 (of 110 total)