Do not use on any
shared computer
August 30, 2008 02:19am pdt

250 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%

 

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

 
Top Microsoft ADP Solutions: 1 - 25 of 46
 
How to open or access a log.ldf file
I am developing an Access 2003 application using Access and Excel VBA as the front end and SQL Server as the back end database. I have a subroutine which is called to provide sub totals in...
I am developing an Access 2003 application using Access and Excel as the front end and SQL Server as the back end database. I am trying to give the user the option to either SAVE or DISCARD...
Im hoping someone may be able to give me some advice on Access 2007 as I have come across a bit of a dilemma. We currently have an Access 2003 ADP which links to a SQL Server 7 database.  ...
I have an access 2003 adp that links to an sql server 2000  database.  i use some stored proecedure to populate a table with all the customers we had for a specific month.  this table named bi...
We recently upgraded to sql server 2005 WG edition and have an adp project connecting to it.  Before this upgrade we used sql server 2000 and everything worked very well.  However with the upg...
i have the attatched code. When i run the code it creates a new record in tblcustomerdetails, there is also a column in tblcustomerdetails called  AUTO   that is an auto number.  so i dont ...
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...
i have a database with many tables and views. It will let me use this code to export a table. DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel9, "vapproveddeclined", strFileLoc...
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 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 command button that sends a report as an attachment to an email. I would like it to send as RTF and HTML. How do I do both? Below is the code for sending in RFT that I use, can I make...
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 2003 application using Access as the front end and SQL Server as the back end database. I use the following routines to transfer an Access table to Excel and display ...
I am using Access 2003 with Access and Excel as the front end and SQL Server as the back end database. I use the following subroutines to create and save an Excel file. Is there a way to...
I am developing an Access 2003 application using Access as the front end and SQL Server as the back end database using an ADP file. I use the DoCmd.Transferspreadsheet command to transfer an A...
I am creating an Access 2003 application using Access as the front end and SQL Server as the back end database. How would you change the following routines to cancel a user action to change...
I am developing an Access 2003 application using Access as the front end and SQL Server as the back end database. I have 2 text box input fields for the user to input into 1) a FROM DATE ...
I am developing an Access 2003 application using Access as the front end and SQL Server as the back end database. How would I be able to go to the following website based on the click of a...
My goal is to use the same ADP on 2 different networks, with 2 different SQL Servers and 2 different database names, so the connections strings are different. I programatically change the c...
I am developing an Access 2003 application using Access as the front end and SQL Server as the back end database. How would you rewrite the following statement to DROP a table if it already...
I need to increase the default max records value in Access 2007, (as per http://www.experts-exchange.com/Microsoft/Development/MS_Access/ADP/Q_23314833.html ) but what is childs play in Access...
This is probably a dumb question but I am using Access 2003 with Access as the front end and SQL Server as the back end database. Is it possible to use Access VBA with Excel 2007 to avoid the ...
I am developing an Access 2003 application using Access and Excel as the front end and SQL Server as the back end database. I use the 2 subroutines in the Attached Code Snippet: Private ...