Enter Keywords:
1 - 10 of 469(0.018 seconds)
Sort By:
 
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 ...
Zones: DatabasesDate Answered: 04/18/2002 Rating: 6.2 Views: 0
   Dim stDocName As String     Dim stLinkCriteria As String     stDocName = "Waybill"         stLinkCriteria = "[WaybillNumber]=" & Me![WaybillNumber]     DoCmd.OpenForm stDocName, , , stL...
Zones: Databases, Microsoft ADPDate Answered: 03/10/2004 Rating: 8.2 Views: 0
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...
Zones: DatabasesDate Answered: 10/11/2004 Rating: 8.2 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...
Zones: DatabasesDate Answered: 04/06/2005 Rating: 8.0 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...
Zones: MS SQL Server, M...Date Answered: 12/18/2005 Rating: 8.8 Views: 0
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...
Zones: MS AccessDate Answered: 04/12/2006 Rating: 9.2 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 ...
Zones: MS AccessDate Answered: 09/22/2006 Rating: 9.4 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
Zones: MS AccessDate Answered: 12/20/2006 Rating: 9.8 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...
Zones: Access Coding/Macros, SQL S...Date Answered: 04/02/2007 Rating: 6.8 Views: 0
Hi, All, It's a urgent problem, we store a whole asp project in a laptop which will be used in a meeting this afternoon. but when I click the button on the first page, some buttons works fine, som...
Zones: Windows XPDate Answered: 03/12/2008 Rating: 7.2 Views: 4