| Thread | Last Post | Replies |
|
| New At ADP | 05 Aug 2005 21:18 GMT | 1 |
I have some experience with SQL Server 2000 and usually build desktop solutions to access the data using VB.NET but I have a requirement to build an adp to allow a user to view/edit selected rows from a contacts table on a SQL Server. My environment is WinXP Pro and Access 2003. ...
|
| ADP Connection Issue | 05 Aug 2005 21:15 GMT | 2 |
In the Data Link properties of my ADP file under the connection tab where the Test Connection button lives the option whether to "Use Windows NT Integrated Security" or "Use a specific user name and password:". When the first option "Use Windows NT Integrated Security" is selected ...
|
| Dynamic Stored Procedure | 05 Aug 2005 07:50 GMT | 6 |
I am trying to build a report application for reporting off of SQL Server. I have built my form for collecting the report criteria, and have built the report. Now I am having problems interfacing my dynamic stored procedure with the ADP.
|
| Report with Stored Procedure | 05 Aug 2005 07:45 GMT | 6 |
what is the best way to make a report with a Stored Procedure as RecordSource ?
|
| SQL Stored Procedures Criteria Reference to msAccess adp Form | 05 Aug 2005 07:41 GMT | 1 |
Is it possible or is there a quick solution to the following question? In msAccess mdb a select or action query criteria reference to a form is applied that way: forms!formName!ControlName. Now I am converting mdb applications to adp.
|
| SQL in Frontpage/Access | 04 Aug 2005 21:54 GMT | 2 |
I have a database with a table called "listing" The fields I'm trying to work with are 'Year', and 'Description' The result I am looking for is a 3 column table showing the Year, the count of records for that year, and the count of records matching a specific
|
| adp's and reports | 04 Aug 2005 19:34 GMT | 2 |
Using A2K. I developed an adp for a client that has a number of reports which I've formatted for their printer. Some of these reports are on legal size paper and landscape. When I make any modifications to any of the reports, I send them a new complete version of the adp. All ...
|
| Switchboard in ADP | 03 Aug 2005 05:00 GMT | 3 |
Can one use the switchboard manager (in MSAccess 2000 mdb) in an adp connection to a SQL database? I've created a switch board in an mdb. Then made a table in the SQL database with the same name, shape and contents.
|
| Change ADP connection information via code | 03 Aug 2005 01:59 GMT | 2 |
I am looking for a way to be able to change the connection information of an ADP without having to venture into File->Connection. My reason for doing so is if/when I distribute an ADP I would like to give my clients the ability to change which SQL server they install the
|
| SQL Date Query Help | 02 Aug 2005 15:59 GMT | 1 |
I need to write a query to get the records between two dates. Also I've to include time criteria. Startdatetime = '05/'6/2005 10:00 AM' EndDatetime = '07/08/2005 12:00PM'. I want to get only records for the date specified above between 10:00AM and
|
| Need help with an Unbound Form that executes a storedprocedure to add records | 02 Aug 2005 10:07 GMT | 4 |
I am working on a new project database using Access and SQL Server. The program is designed for the Theatre Business. For 2 years we worked with an Access frontend and backend, but the time has come to consider working with SQL server.
|
| Upsizing questions | 01 Aug 2005 17:52 GMT | 9 |
I have a fairly complex access frontend/backend app which I need to upsize to SQL Server. At this stage I would prefer to use access as frontend. I have the following questions; 1. Should I keep using the mdb as frontend or switch to an adp (access
|
| From jet to t-sql | 01 Aug 2005 14:41 GMT | 1 |
I've got a problem using a T-sql syntax. The jet syntax goes: SELECT 0,"<<Add new>>" FROM employees UNION (SELECT DISTINCTROW employees.id,employees.lastname & ", " &
|