2000 organizations, including eBay, Ericsson, and Lockheed Martin, now work smarter with Corporate Accounts. Save over 36%!

 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Time Tested Microsoft ADP Solutions: 1 - 25 of 106
 
Hi   In order to work on VBA access application, I open the mdb file by holding the shift key and double clicking the mdb file.        I find this process not very accurate.  Half the time ...
I am developing an Access application with Accesss as the front end and SQL Server as the backend database. I have an existing table named tblMutualFunds comprised of the following fields...
I have an Access project linked to SQL server data. In my VBA code I want to get the result of a query into a variable.  The stored proc returns one value, with a field name of "count".  In...
I have about 50 separate fixed width text files that I need to pull into SQL Server 2000, so I want to automate the process.  They are BIG files, with 731 fields and a sum of 250 gigs.   I ...
I am developing an Access application with Excel VBA using Access 2003 as the front end and SQL Server as the back end database. I use the following Attached Code Snippet containing 2 funct...
I am designing a MS Access database (2003) to handle the registration of new employees in a company. I want to set up a web page (on the company's intranet) that allows managers (concurrent us...
Hi, is it possible to convert a Access 2007 MDB to FileMaker? If so how can I do this and would I lose any functionality (I have used macros, queries and VB code)?
Much has been written about this subject but I am struggling to find a workable solution for ADP/ADE files. The perfrect solution would be this one: http://www.utteraccess.com/forums/sho...
I have a form with 2 TextBoxes to accept a date range, e.g. Startdate and EndDate. I need to pass the 2 dates to a stored procedure where the SELECT statement has a DocumentDate. (Floyd.dbo.P...
Any idea how i would populate the contents of a ListView control with the results of an Sql String? example: Function PopulateListView(Sql As String, LV As Object) Usage: PopulateListV...
I am trying to capture the return value from a stored procedure in an Access 2007 .adp project.  I've been beating my head against a wall for days trying everything I have found online with no...
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...
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 ...
A few days ago I asked the following question and received this reply from a former programmer of the system I've taken over "Unless you plan to replace all the code with the Insert into pro...
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...
Requirement: Display the sum of a calculated column in the footer of continuous form and keep the column and the sum updated when rows are updated. The recordsource can be a stored procedure (...
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 have a form with combo box and  two subforms in it - combo box allows for selection of customers and is used as link field fo on first subform (in datasheet view) - ORDERS. Selected order se...
How can I dispaly records in descending order in VBA programming ?
Hi, we just migrated a sql server db on a 64 bit sql server machine and our openqueries to an oracle database return the error Invalid data for type "numeric" The query is as simple as th...
I am developing a Microsoft Access 2007 "project" (.adp) as a front-end to a Microsoft SQL Server 2005 Express database. I offer my users a "Filter Form" in Access with which they can choose ...
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...
In an Access database project form I have this little piece of code             DoCmd.SetWarnings False             DoCmd.Close acForm, "View_Edit_Tree"             DoCmd.SetWarnings True...
I am creating an Access Project (Access 2003) connected to a SQL Server 2005 database.  I need to present the results of a query (Stored procedure? -- ADO? -- View?) to the user on a form and ...
I am in the process of upsizing from Access to SQL Server 2005 with Access frontend. In the application I have several forms that use comboboxes to pass parameters to my report queries. Now th...