| Thread | Last Post | Replies |
|
| connection using udl | 28 Feb 2004 14:46 GMT | 2 |
I'm using ACC2000 and SQL Server 2000. The main form uses three subforms. . In the open event of the main form I set the current connection. CurrentProject.OpenConnection ConnectionString
|
| Dynamic field lists in an Access ADP report | 27 Feb 2004 18:57 GMT | 2 |
I have a situation with MS Access 2000 in which I need to display report data in spreadsheet orientation (much like a datasheet view for a form). If you think of the report in terms of what a spreadsheet might show, the column names will actually be dynamic, based on data from a SQL ...
|
| Just the latest - TOP or ?? | 27 Feb 2004 18:40 GMT | 2 |
The following procedure returns the data I want but I need to show just the latest instance of each s.CurrencyCode in order to populate a combobox, any help greatly appreciated! Alter PROCEDURE dbo.sp_ROECurrent3 @LessDate datetime
|
| Help with a SQL Statement | 27 Feb 2004 14:58 GMT | 1 |
I need to create a SQL statement that will return rows from one table that were supposed to be appended to another. In other words: Show me all rows in table A where the (ID, Code and Date)
|
| New to Access-Need book recommendation | 27 Feb 2004 09:44 GMT | 9 |
We're using Access and FrontPage 2003 and want to post a database on the Web which we've never done before. I've been told that MS improved Acess for Web database development in the 2003 version. (Apparently Access releases the connection quicker than it used to making it more ...
|
| Wild Card Concatenating with User Input | 27 Feb 2004 05:47 GMT | 1 |
I am using an .adp file which is connected to the SQL Server. I have created a query stored procedure. I now am trying to search through one field, called NOTES, for whatever the user inputs. In the criteria cell for the
|
| Concatenating Fields With Possible Null Values | 26 Feb 2004 23:00 GMT | 5 |
I'm having trouble in SQL Server with an ADP in concatenating fields where a value may be null. For example, creating a single name field from separate last name, first name, middle initial fields, where the middle
|
| Error 3709 | 25 Feb 2004 17:29 GMT | 5 |
I get VB error 3709 - The connection cannot be used to perform this operation. It is either closed or invalid in this context. Stopping at the Set rs = CMD.Execute line when running the code below: All I want to happen is for the ShipmentID field in the sp_ShipmentCurrent
|
| Server Filter persistance | 25 Feb 2004 15:59 GMT | 5 |
I am guessing this has been covered here before, but can't seem to find a definitive solution in my dejanews searches. I have an Access ADP app that uses the "DoCmd Openform" construct that passes a "where clause" to the form being opened. This gets passed, of
|
| deployment: api for setting connection properties ? | 25 Feb 2004 07:25 GMT | 3 |
I have built an MSDE adp project that I want to create an MSI installation package for. I know how to discover the machine name using VBA, but don't know how to set the server name property in an un-
|
| INSERT INTO | 24 Feb 2004 17:05 GMT | 1 |
I have an sp that inserts a record from one table to another based on a parameter that works fine. How can I use a field on an MSAccess form to be the parameter? I can get the sp to run from the form but only to prompt me with the parameter required I want this to be the current ...
|
| some tables are read only | 24 Feb 2004 09:16 GMT | 2 |
I've got an adp database that I created from Access. Some tables I created with the Access UI, and some with a SQL script executed via JDBC. Some of the tables created via JDBC are read only in access, but some are read-write. ie I can or cannot add/edit records in these tables.
|
| Insert Retrieve SP | 24 Feb 2004 05:42 GMT | 2 |
I made an insert using a Stored Procedure (MS SQL 2000). How can I store the ID of the last inserted record into a session var ? I have code to do this with a regular "Insert" page (Using Dreamweaver), but didnt work for the SP.
|
| opening ADP combo box causes high CPU utilization on SQL Server; query never completes | 24 Feb 2004 01:17 GMT | 11 |
I'm using an Access 2000 (9.0.6926 SP-3) ADP as a front-end to a SQL Server 2000 (8.00.760 SP-3) database. SQL Server is running on a dedicated server. There is a certain query, based on a view, that completes in about two seconds via Query Analyzer. (It's a straightforward SELECT ...
|
| server filter | 23 Feb 2004 07:32 GMT | 2 |
Hello, how can i set server filter on loading form? I use Me.ServerFilter = "Bylos_nr = '&[Forms]![teise]![Bylos_nr]&'" Me.Refresh But recyve error : invalid sql statement
|