Viewing 15 posts - 1 through 15 (of 15 total)
Thanks for your response. I have Access 2007, and SQL Express 2005. I started this project many months ago, then got engaged & then Married..... so I dropped...
July 15, 2009 at 7:51 am
Actually we do need it in Minutes and seconds format as this is ported to a form which list the actual times for each function, and then their scheduled time,...
August 26, 2008 at 8:23 am
Aaya is giveng us the time in Seconds, we then us 86400 to get Minutes and seconds. So I suppose I could divide the second by Avaya by 60...
August 25, 2008 at 3:22 pm
Correct it is Minutes, 30 Minutes and 03 seconds.
Pete
August 25, 2008 at 3:17 pm
Thanks for that Info, however I am using Access 2007 and Stored Procedures. It has a Button to create Stored Procedures. We're also on the hated Microsoft Vista OS...
August 20, 2008 at 9:32 am
I appreciate your information, however I don't understand any of it. What is CTE? That is why I came in under Novice as I have never used SQL...
August 20, 2008 at 7:54 am
Creating Columns in a Stored Procedure using Access Query Designer. Using what I know.
Pete
August 19, 2008 at 2:49 pm
Sorry, nine year of Access, 3 mos. of SQL.
Here's my most recent attempt to create a computer column from several computed columns.
EMonth = DATEPART(m,dbo.employee.LGD)
EDay=DATEPART(d,dbo.employee.LGD)
These work fine,...
August 19, 2008 at 2:29 pm
Sorry, In Access 2007 I am creating my Stored procedure for our SQL 2005 Database. The Da Vinci layout gives me the Tables, and from which I select the Columns...
July 29, 2008 at 9:31 am
Thank You , that worked fine. Now How do I refer to that Alias (and others) in other columns I create? Stored Procedures doesn't like to refer...
July 29, 2008 at 9:00 am
Thank You.... What would the provider be, or where could I find that information. Thanks.
July 22, 2008 at 6:12 am
Okay, here is where I demonstrate my stupidity with SQL- where do you enter the function in the Table definition? I need to collect the User Names using SUSER_NAME()....
July 18, 2008 at 9:29 am
Thanks for the information, Appreciate.
Pete
July 18, 2008 at 8:31 am
Thank You, Matt. The Leave Query (the query which is not updatable) uses one table and one query. The Table is the leave table which has a Request...
May 29, 2008 at 11:24 am
Thanks, it does. I'm a novice and need a crash course to get our Database up and running right.
By the way, how do I set a field...
May 28, 2008 at 1:44 pm
Viewing 15 posts - 1 through 15 (of 15 total)