We have an application whose client (front end) of the application is built in an Access 2000 project file (ADP) connected to a SQL database residing on the data server.
In the back end, we ever ...
http://www.experts-exchange.com/Database/Miscellaneous/Q_20290182.html
Zones:
DatabasesDate Answered: 04/18/2002 Grade: A Views: 0
Hello all,
I am currently deciding whether to retain my mdb file and rework it to use ado connections, or go the whole hog and convert to an adp.
Currently I have a db that does lots of impor...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_20803455.html
Dim stDocName As String
Dim stLinkCriteria As String
stDocName = "Waybill"
stLinkCriteria = "[WaybillNumber]=" & Me![WaybillNumber]
DoCmd.OpenForm stDocName, , , stL...
http://www.experts-exchange.com/Database/Miscellaneous/Q_20914381.html
Hello,
I joined an organization that recently installed ADP softwarr for their payroll department. ADP uses SQLBase which is bundled with the software.
Does anyone know of a tool to use to view...
http://www.experts-exchange.com/Database/Miscellaneous/Q_21161178.html
Zones:
DatabasesDate Answered: 10/11/2004 Grade: A Views: 0
I hope I am in the correct forum. If not, please let me know and feel free to forward this if you like. Thanks in advance for your input.
My company uses ADP for our HR/payroll system. I have be...
http://www.experts-exchange.com/Database/Miscellaneous/Q_21378880.html
Zones:
DatabasesDate Answered: 04/06/2005 Grade: B Views: 0
The benefit of using Access Data Projects (ADP) was highlighted by the following answer by graye:
Date: 09/20/2005 03:45PM PDT
Grade: A, Accepted Answer: If you're dealing with just SQL Server 20...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_21658703.html
I use Access Project Front-end with Sql Server backend. I am in need of creating an On-Fly Query with ADP
I found this code that runs great in just Access, what do I need to change to get it to...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_21811591.html
Zones:
MS AccessDate Answered: 04/12/2006 Grade: A Views: 0
SQL Server 2000 - Microsoft Access .adp - storing images on SQL Server and be read in Access
I want to save screen shots - pictures on a SQL Server and use Microsoft Access to pull these images ...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_21962793.html
Zones:
MS AccessDate Answered: 09/22/2006 Grade: A Views: 0
Hi there converted a mdb to adp and this one does not work now
strField = CurrentDb().TableDefs(Me.cboTables.Value).Fields(0).Name
what can i do instead
regards
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_22099231.html
Zones:
MS AccessDate Answered: 12/20/2006 Grade: A Views: 0
I see this has been covered many times but I cannot get anything to work for me.
I need to import a dbf file, with one table, named QRY0 into my ADP
I've tried DoCmd.TransferDatabase and also tri...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Access_Coding-Macros/Q_224...