Viewing 15 posts - 16 through 30 (of 59 total)
Ken@Work (4/6/2010)
April 7, 2010 at 3:07 pm
Ken@Work (4/6/2010)
I see that you created an SQL query on the fly and executed it.
Would you know where I can find a good (complete)...
April 7, 2010 at 2:59 pm
I generally use a Tabbed form with single buttons for opening the forms and reports.
Each tab is used to group the reports and/or forms by classification.
March 24, 2010 at 10:28 am
Just as I thought.
Access is a great frontend development tool.
I have been using Access with SQL 2000 for over 7 years.
I have developed several applications using Access mdb's and mde's...
March 23, 2010 at 5:28 pm
When you are using your Access 2003 ADP Frontend connected to the SQL 2008 server:
1) Can you create a view from the Access Frontend?
2) Can you modify an existing view...
March 23, 2010 at 4:29 pm
Sorry.
What I was trying to say is:
To my knowledge there is no version of Access that can connect to SQL 2008 using ADP.
Access 2007 can connect to SQL 2005 using...
March 23, 2010 at 10:10 am
Which version of Access are you using?
If you are using SQL 2008, I am not aware of an Access version out yet that uses ADP.
March 22, 2010 at 12:36 pm
Just a thought. Do you have access to SQL Reporting Services? If so, you can create a report and have it distributed on a scheduled basis.
February 11, 2010 at 12:00 pm
sentiant (10/20/2008)
December 18, 2009 at 10:49 am
Jeff Moden (12/14/2009)
Paul-755326 (12/14/2009)
Improvements and efficiency gains will come later.
Heh... no they won't... no one will give anyone the time until they actually become a problem, at which point, it...
December 16, 2009 at 11:13 am
Maybe this will work?
@query_result_separator = char(9)
December 4, 2009 at 11:16 am
Another great web site with "How To" examples is: http://www.rogersaccesslibrary.com/index.htm
Also check out the "Other Developer Libraries" link on his home page.
If you have questions on How To do something in...
November 17, 2009 at 11:58 am
Helen Feddema has written several books on Access Automation and she has a great web site with her articles and code samples.
Try going to this link and then search for...
November 17, 2009 at 11:52 am
DougGifford (11/13/2009)
Markus Jägerskogh (11/12/2009)
Short example:
DECLARE @SQLString nvarchar(500);
DECLARE @ParmDefinition nvarchar(500);
DECLARE @CountSQLQuery varchar(30);
SET @SQLString = N'SELECT...
November 13, 2009 at 10:21 am
Markus Jägerskogh (11/12/2009)
Short example:
DECLARE @SQLString nvarchar(500);
DECLARE @ParmDefinition nvarchar(500);
DECLARE @CountSQLQuery varchar(30);
SET @SQLString = N'SELECT @result...
November 13, 2009 at 10:10 am
Viewing 15 posts - 16 through 30 (of 59 total)