Viewing 15 posts - 1 through 15 (of 19 total)
As far as storing energy goes that’s what hydrogen is best at. Generate some electricity use that to create some hydrogen from water. When you need power run...
December 27, 2007 at 4:56 pm
This is what I decided to use
Dim Min As Double
Min = Me.Thick1
Min = IIf(Min > Me.Thick2, Me.Thick2, Min)
Min = IIf(Min > Me.Thick3, Me.Thick3, Min)
Min = IIf(Min > Me.Thick4, Me.Thick4,...
August 14, 2006 at 11:43 am
Thank you,
For your suggestions I am very new to VBA I will try both over...
August 10, 2006 at 9:36 am
I would like the form to be continus. I am trying to match a tracking sheet the operators fill out and then there floor lead inputs in to the form. ...
December 21, 2005 at 11:01 am
The Case statement worked great thank you for your input.
Cory
May 21, 2004 at 8:55 am
Thanks David
The inner join did it there was a record with a null start date that was not being...
April 27, 2004 at 9:34 am
So looking further that error means that a date is out of range. Meaning not between 1/1/1753 to Dec. 31, 9999
Or for small date time not...
April 13, 2004 at 1:18 pm
Thanks for the input I am looking in to that column now. Is there a way to check for data conformity some query maybe? This is not a huge database,...
April 13, 2004 at 10:22 am
Thanks for the comments I would have liked to solve this problem but dead lines being what they are I just got rid of the...
April 8, 2004 at 9:25 am
Thanks for the comments I would have liked to solve this problem but dead lines being what they are I just got rid of the...
April 8, 2004 at 9:23 am
I select it from the stored procedure folder and run it. It asks me for the two parameters then returns a message. That says the stored procedure ran successfully but...
April 7, 2004 at 8:49 am
dbo.densityGrad did not have nocount on but it does now and same results (Does not return any records). Thanks for all the pointers I think we will get this eventually...
April 6, 2004 at 9:07 am
I broke it down and this is what I found but still don’t know why it is not working
April 5, 2004 at 7:32 pm
Thanks for all the replies
I tried getting rid of the return statement same results
April 5, 2004 at 10:39 am
I will have to look up string funtions I have not done a lot with them befor
thank you for all your help
Cory McRae
April 1, 2004 at 4:12 pm
Viewing 15 posts - 1 through 15 (of 19 total)