Viewing 15 posts - 46 through 60 (of 85 total)
My only connection issues with ADP's was this issue http://support.microsoft.com/kb/843248/en-us .
April 11, 2007 at 7:58 am
I have found that ADP's are more transportable than ODBC's. I cant explain what is happening with the ODBCs but the problem may go away using an ADP.
March 21, 2007 at 7:30 am
That eliminates my only suggestion. If nothing else works, I have a very low tech approach. If you can create an mdb to mimic your ADP, the mdb has better...
March 20, 2007 at 8:45 am
Is Forms![frmclass]![subfrmClassStudent] open to a specific record?
March 20, 2007 at 7:41 am
No, I have not. But sounds like a good approach. Let me know if it works.
March 20, 2007 at 7:27 am
For my users I set up the data connection and stored the excel file at a Sharepoint site. The only training I had to do was teach the users to...
March 19, 2007 at 7:22 am
If you are using an ADP then your queries would be views on SQL. From Excel you can connect directly to the view by importing external data. That may be...
March 16, 2007 at 8:47 am
If you are using an ADP you can execute an SP in Access using VB to establish the parameter.
March 16, 2007 at 8:18 am
Is the report using a view or stored procedure?
Perry
March 16, 2007 at 8:10 am
You may try to the insert the first set of results into a temp table them multiple from the temp table.
March 13, 2007 at 8:36 am
I am not using functions. I am using a view.
In my access project I go to queries where I can open views. In SQL Server 2000 the sort for those...
March 12, 2007 at 3:53 pm
Hi Yelena,
The SQL view is:
SELECT TOP (100) PERCENT dbo.DirectoryRights.DirectoryListID, dbo.DirectoryList.FileName
FROM dbo.DirectoryList INNER JOIN
dbo.DirectoryRights ON dbo.DirectoryList.FileID = dbo.DirectoryRights.DirectoryListID
ORDER BY dbo.DirectoryList.FileName
When executed from the Management Studio the FileName is sorted correctly.
When...
March 12, 2007 at 1:58 pm
You can't do it from the wizard, that I know of. What you could do is save what you have from the wizard as a DTS, then go to the...
March 1, 2007 at 10:03 am
Viewing 15 posts - 46 through 60 (of 85 total)