Viewing 15 posts - 61 through 75 (of 110 total)
It looks like NIR_INPUT.SAMPLE and NIR_INPUT1.SAMPLE have dishomogenous data types
March 2, 2010 at 12:39 am
@RF
Your posts are a real treasure trove of information 🙂
February 23, 2010 at 4:10 am
"There are On Startup and On Shutdown events available for the Access object that would allow this."
Can you please point me to where, on Access help, it mentions these two...
January 27, 2010 at 8:27 am
What are Synonyms?
January 21, 2010 at 1:06 am
What does E2E stand for in
E2E.SchemaTest
?
January 19, 2010 at 3:19 pm
I'm looking at the ALTER TABLE statement in Access help; where does it say you can use TRANSFER in its syntax?
January 19, 2010 at 1:18 am
Hi, dates in Access are delimited by the # sign: #21.01.2009#
October 14, 2009 at 12:38 am
Hi Chris, why are you using
Form2.lstErrors.AddItem ""
twice?
October 13, 2009 at 3:15 am
Hi Chris, let's suppose the control name is "Customer", then
ctl.ControlSource = ctl.Name
sets the Customer control's ControlSource to "Customer"
but then...why not just set ControlSource via the control's property sheet?
September 22, 2009 at 10:57 am
but... for example... If qdf.Connect > "" Then it means the .Connect property already has a connection string so why substitute it with
...
August 14, 2009 at 2:27 pm
Have you tried the SQLConfigDataSource API? http://support.microsoft.com/kb/171146
August 14, 2009 at 1:31 am
Well done Chris!:-)
Could you post the excel file containing the code?
May 22, 2009 at 8:35 am
What do you mean "using Data tables"?
I see in your code
Dim drs() As DataRow = ds2.Tables(0).Select(expression)
What's DataRow? Even if I add a reference to Excel(11) Object Library I don't see...
December 12, 2008 at 12:51 am
Can you use the Case statement in Access?
December 1, 2008 at 1:42 am
Viewing 15 posts - 61 through 75 (of 110 total)