Tagged Questions
The adp tag has no wiki summary.
4
votes
6answers
502 views
Access ADP - For/Against?
I have been tasked with taking an Access 97 application and moving the back-end data to SQL Server while moving the front end to Access 2003 (using Access Data Projects). In the process of this ...
3
votes
3answers
140 views
Ahhhhh! Where did the subform go?
I have a form called Group in my MS Access ADP. On it is a tab control, and in each of the tabs there is a subform. The first tab contains the subform Users, and it isn't showing up in form view. ...
2
votes
4answers
4k views
Pros and Cons of Access Data Project (MS Access front end with SQL Server Backend)
I have been tasked with moving an existing MS Access application (mdb) over to an Access Data Project (adp). Basically the Access forms will remain the same but the data will be migrated over to SQL ...
2
votes
3answers
658 views
MS Access ADP Disconnected Recordset Reverts
I have an Microsoft Access 2003 ADP, which uses a bound "main" form with several bound continuous-style subforms. They all utilize disconnected Recordsets via a helper class.
Several users have ...
1
vote
1answer
289 views
2-Microphone Android Phones for ASR purposes? [closed]
Is the Nexus One the only Android phone having 2 microphones?
I know that the 2nd microphone is intended for helping noise cancellation and I need this feature for my software development project.
I ...
1
vote
1answer
288 views
Filter subform based on what is typed in a textbox on the subform
I'm trying to filter the records shown on a subform based on what is typed in a textbox on the subform. The subform is called Users, and it is on the Group form. On the Users subform there is a ...
1
vote
1answer
109 views
ms access adp calls a stored proc (SQL Server ) but just hangs in 2005 but ok in 2000
Hi
This never happened before, the apd doesnt return any error messsages, just calls the stored proc (delete statement) but doesn't complete, no error message.
This only happens when calling the sp ...
1
vote
1answer
666 views
Access Data Project (ADP) - Access 2007 or 2003?
I have been tasked with writing an ADP application using Access. The back-end data will be stored in SQL Server. We have SQL Server 2000, 2005, and 2008 available to us. Requirements dictate that ...
1
vote
4answers
66 views
What is the time of a datetime field in a database if only the date is entered?
I am working on an Access adp that has its data stored in sql-server. I have a sql statement that inserts the date part of a dateTime object into a datetime field of a table.
INSERT ...
1
vote
2answers
2k views
Wrong number of arguments for DoCmd.OpenReport in MS Access
Sorry if this is a noob question, but I have been given the dubious honour of supporting an ancient legacy Access 2000 .adp application, written badly by someone years ago who is no longer around, ...
0
votes
1answer
54 views
installing the app in the emulator, keeps installing
I have this app. It works fine on my phone and it used to work fine on the emulator.
But when I did an update of Eclipse to Android API 15, the trouble started.
If I want to run my app on the ...
0
votes
1answer
24 views
Problems with Access 2007 Project Form filters
I am in the process of moving several Access databases into a SQL 2008 R2 server using Access 2007 Projects as the frontends and we're running into problems when users are trying to filter data from ...
0
votes
0answers
65 views
Subform data not updating table
I am running MS Access 2010 as a front end to SQL Server Express 2008 R2 using an Access Data Project.
I have two tables: "Individuals" and "Researchers".
The "Individuals" table has primary key ...
0
votes
2answers
84 views
How to use javascript variable in iframe src
how to write javascript variable in iframe src?
Like
<iframe id="showskill" scrolling="yes" height="350" width ="350" src="http://localhost/POSkill/skillshow.aspx?user_id="+ ReturnURL() ...
0
votes
1answer
22 views
Problems with Access 2007 Project Forms not allowing input/update data
It's been a while since I had to do anything with an Access Project so forgive me if this something easy.
I have an Access 2007 database which I have converted into an Access 2007 Project. I've ...
0
votes
1answer
29 views
Find not behaving consistently in .ADP form
Is there something wrong with the following code (in an ADP form) ?
Private Sub cmbSearchCode_AfterUpdate()
Me.Recordset.Find "usr_cde = '" & ctl & "'"`
ctl = null
end sub
It behaves ...
0
votes
0answers
193 views
An unhandled win32 exception occurred in MSACCCESS.EXE
I'm a web developer who's taken over an ADP project and needs help with the Windows and Access Environments.
I was coding in VBA in Access 2007, and would at times need to rebuild the project by ...
0
votes
1answer
37 views
Customize error messages in adp project - SQL 2005
Hi I have a adp/SQL project running with my db.
Everything is ok but is there a way to customize error messages.
Example: read user cannot update one field so he receives the standard SQL error msg. ...
0
votes
0answers
81 views
Using MS Access ADP to upload/download files for viewing
I have an Access ADP file as a front end for a MS SQL Server 2008 R2 backend on a VPS.
I need a way for my users to be able to use the open file dialog to upload a file (could be an image, PDF, Word ...
0
votes
2answers
154 views
Progress bar in access ADP 2007
I have ADP file in Access 2007 as a front end. The back end is Sql Server 2005. I write a couple stored procedures and place it on the server. There are command buttons that link to those stored ...
0
votes
0answers
87 views
How to handle failover server in a connection string from Access ADP projects
I'm working on an Access ADP Project that needs to handle a failover server. I have tried to add the key Failover Partner to my connection string and did not work. Have any of you done this?
Here is ...
0
votes
0answers
86 views
How can I create a generic connection for an Access 2007 ADP (ADE) connected to SQL Server Express 2005 running via AccessRuntime.exe
Note, I have tried unsuccessfully to create and use a SQL Client alias (created in SQL Server Configuration Manager). My goal is to have a generic way to install SQL Server Express 2005, restore a ...
0
votes
0answers
42 views
su denied in “adp shell”
I can't become su whilst in "adp shell". I get permission denied with that and almost all commands. Can it be some incompatability between adp versions (I had read that somewhere...)? I just want to ...
0
votes
1answer
264 views
How do I edit an Access ADP file?
So I have this Access Database Project file that I have been tasked to edit. I have Access 2003 and 2007 installed. The ADP only supports 2003 for some reason. Anyway, the issue I have is that I ...
0
votes
2answers
153 views
Android Dev Phone 1 - Issue with battery status and phone boot
I have an issue with an Android Dev Phone 1 that does not want to start. The led is blinking when I press the "Start" button.
First, I thought it was the battery but I try it on another ADP and it ...
0
votes
0answers
138 views
Access project (.adp) sort by the unbound column
I have a SQL database and an access project. I have a two column combo box in which there is a bound column. The combo box functions as desired in the form view, but when I switch to the datasheet ...
0
votes
1answer
136 views
Rebuilding Access adp in Access 2007 and getting error
I'm trying to rebuild an Access adp application in Access 2007. I started with a blank database, linked the SQL Server tables I need with ODBC, and then copied over all of the forms from the original ...
0
votes
1answer
624 views
Problems linking a subform to a combobox on the main form
On a form in an access ADP there is an unbound combobox that displays a list of companies (the name is shown, the id is the bound field). When a company is chosen, I want to display the subscription ...
0
votes
2answers
105 views
Configure ADP application to use a different database…?
I have an Access Project (ADP) that is currently configured to connect to an SQL Server 2000 database on one server. I now need to migrate that server to SQL Server 2008 that will be on a different ...
0
votes
1answer
861 views
MS Access - Linked tables vs Access Data Project (ADP)? Security?
I am trying to determine the best approach when designing a new Access based application. Due to decisions made by others I have to use Access 2003 as my front end and SQL Server as my back-end data ...
0
votes
1answer
260 views
MS Access: Order of Events in event ApplyFilter (ADP Project)
I'm having problems with the execution of ServerFilterByForm in Access 2003
When I apply the entered filter it returns the requested data but after it appear on screen (Form) it disappears. Don't know ...
0
votes
1answer
274 views
Can the adp2 device be flashed with 2.0?
Simple question...can the adp2 that I just bought through the Android Market be flashed with Android 2.0? I can't find anything anywhere. The HTC developer support only has system images for the ...
0
votes
0answers
64 views
WM_SETFOCUS Event not fired Microsoft Access 2000
First some context:
I have a Microsoft Access 2000 project (ADP file) accessing a SQL Server 2000 Database.
The main form of that application has a lot of controls and subforms.
On one of the ...
0
votes
1answer
186 views
Acess 2007 adp project with SQL Server 2005 Express database
I have a strange problem with an Access adp project. There is a main form with a header and a details sections on a page. The detaisl section is made up of a tab control that has 7 tabs to it. Only ...
0
votes
3answers
206 views
“Silent” errors in .ADP with SQL Server
I have an adp project in MS Access 2003 with an SQL Server Express 2008 as backend.
Everything works fine, except when there is an error on the SQL side, e.g. duplicate indices. the current dataset ...
0
votes
5answers
1k views
Microsoft Access ADP UPDATE Query does NOT update
I have a (very simple and standard) UPDATE statement which works fine either directly in Query Analyser, or executed as a stored procedure in Query Analyser.
UPDATE A
SET
A.field1 = B.col1
...
0
votes
1answer
785 views
Using Access 2003 ADP/Project files to access SQL Server 2005 database
We use Access Project files to connect with SQL Server.
Our SQL Server 2000 has been upgraded to SQL Server 2005 and now my project files are reporting an incompatibility and the error "This ...
0
votes
3answers
339 views
Method to generate pdf from access+vb6 or just sql 2005?
The setup:
Multiple computers using an adp file to access a sql 2005 database. Most don't have a pdf distiller. An access form (plain form, not crystal) is created that needs to be saved as a pdf.
...