Viewing 15 posts - 61 through 75 (of 85 total)
just a hunch, the SQL Server should have rights to write to the file server where the Access file is stored.
February 28, 2007 at 9:56 am
Do you get the same errors when a 2nd user opens Access and tries execute these tasks?
February 28, 2007 at 7:45 am
Thanks for the tip. We rebooted the surver and the problem is now fixed.
February 22, 2007 at 8:53 pm
Have you checked to see if every field in the report comes from the query which works ok?
February 8, 2007 at 8:41 am
I have seen pages return a different number format than what Query Analyzer will display. I have been able to solve it by:
1. Deleting the field on the page
2. Cast the field...
January 23, 2007 at 12:59 pm
Are you using an adp for Access? What is the source of the data, a table, view or SP?
January 23, 2007 at 8:06 am
I made the assumption that when you coverted the mdb to an adp that you did both databases. Now that I understand the issue here is an approach. Move the table(s)...
December 28, 2006 at 7:50 am
You can create a view on SQL Server to view tables from other databases. You will be able to read and write to that view from the adp.
December 27, 2006 at 8:05 am
Paul,
I have the same problem when I use a SQL Stored procedure as the object of the form or subform. I have switched to a SQL Server view and the...
December 22, 2006 at 2:48 pm
DTS is much simplier and more reliable than any tools in Access.
September 26, 2006 at 7:20 am
You may try creating a job without a schedule that executes the DTS. Then from VB execute the job.
September 25, 2006 at 8:00 am
Another option is to convert your view to a store procedure. You will be able to view the store procedure from an Access project or even Excel.
September 5, 2006 at 2:12 pm
I have tried similiar solutions and found dts more reliable.
June 29, 2006 at 12:30 pm
Access comes with a sample file called NorthwindCS.adp. To use open the file then click on file, connection and then point to the location of the Northwind database on your...
May 31, 2006 at 2:58 pm
When you schedule a DTS from the DTS it will create a job. Does that job fail also?
April 5, 2006 at 9:48 am
Viewing 15 posts - 61 through 75 (of 85 total)