Advertisement

Experts have come up with some helpful tips for getting a solution to your problem fast.

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested Microsoft ADP Solutions: 26 - 50 of 120
 
I am developing an access adp database with sql server 2005 backend. This database will be accessed by multiple site connecting over the internet, which is why I am using ADP. I need to create...
I have an Access ADP file linking up to SQL 2005. There is a trigger attached to each table that adds a record to a table for auditing purposes (see code attachment for trigger script). My ...
I have an Access Database Project already connected to a SQL SERVER 2000 database, but would like to establisth a link to a table in an MDB database.  On the other database I don't have the ti...
I had posted this question before, but just found out the solution didn't work.  Here's another attempt... I am using Access 2007 adp to SQL 2005.  During the conversion, we've discovered t...
Is there a vba command I can run in  a combobox afterupdate event to force the change to be committed to the table? I'm using Access adp with SQL Server 2005 backend.
I have a SQL Server table of reference data. It consists of a Code, a Head Office code and a few. So, as you can determine there can be many branches linked to a single head office CODE ...
I have a long-established MS Access project that's linked to a remote SQL server installation. A recent system crash on my main development PC forced me to do a system restoration and to reins...
Our company purchased a new computer with Microsoft Office Pro 2007.  We've been running a Microsoft Access 2003 ADP for years with no problems.  Since Access 2007 has been accessing our Windo...
Hi, I have a new SQL Server 2005 Install and can't connect my MS Access 2003 ADP file to it any more.  I've done this in the past without issue, but now it's not working. There are a cou...
We recently upgraded to Office 2007. Now when attempting to open an Access .adp file (Access 2002-2003 format) that is linked to SQL data, I receive the error "There isn't enough memory to per...
I was a stored procedure, which I use to return a recordset, which is then dsiplayed in a list box. I wrote the code in the attached snippet. All works fine in Office 2003. However, on Office...
I am developing an Access application using Access as the front end and SQL Server as the back end database. I use the following code to populate one table with some of the fields from ano...
Hi , i am a little bit confused. I am setting up an Watchguard Firebox X550e Core. I am using the System Manager Ver. 10.2.2 and i didn“t get the access via firefox to the www. My internet ...
I have a well established Clent based recoding system using Access 2003 adp fronthend with SQL Server 2000 database. All is working absolutely fine. Some users us terminal services, and some ...
I am developing an Access 2003 application using Access as the front end and SQL Server as the back end database. I use the DoCmd.Transferspreadsheet command to transfer an Access table to Exc...
I have a text box which I validate as "must be equal to Y or N" in a Before update procedure. I the check fails I use a cancel = true. This works fine if the user presses the enter or tab ke...
I have a Microsoft Access ADP (SQL Server 2005 backend) with a combo box. The combobox RowSource is set to a paramerized stored procedure. I have set it up in the following way: Row Source...
Hi, I have an Access ADP project that needs to call a stored procedure that drops a table. Unsurprisingly to some (but not me hence the question!) the stored procedure will not run because ...
I am trying to create a recordset and bind it to a report but I get an error the first error I understood to be that in an mdb I can't bind an RS to a report so I created an adp and in and ...
i am working on a help desk type of program for my company.  i have an access adp where people can post requests for help, briefly describe their problem and such.  well, admins can post comme...
I have an Access Data Project that has an ntext field.  I want the end user to be able to enter a word and have the database search the contents of this field for that exact literal string.  I...
I have a small access adp that I developed using access 2007. I tried to open it in access 2003 and it opens fine but all the command buttons quit working. Actually it seems that anything that...
Hi there, im looking for a way to use a button in an access ADP database that will drop all the data from an sql query to a excel file on our network. I need the server to do the drop inste...
We have an ADP project connected to an MS SQL Server. In multiple forms (and sometimes in multiples locations within a form) a standard connection string is being used to access various SQL ta...
Hi, I have a stored procedure which I use to extract recordsets for a continuous popup form. I pas parameters to this SP successfully and all works fine. However, As the parmaters are ba...