Questions tagged [access-data-project]

ADP or Access data project is a data file format created by Microsoft Access. ADP files contain project information that connects directly to database objects and tables. While .ADP files do not contain the actual tables and objects, they connect directly to the server database which holds the diagrams and tables.

14 questions
5
votes
7 answers

Connect Access 2007 to SQL Server 2008 Database

I've seen numerous answers to similar questions like this one. I haven't seen on the web many people have asked the seemingly simple question "How do I connect Access 2007 to an SQL server 2008 database" - but all of the answers describe how you can…
Peter
2
votes
2 answers

Copy table in access database in another table with C#

I have created a C# project using MS Access Database and I want to copy data from one table in to another.Is there a simple way to copy all records from one table to another?
Ghadir
  • 47
  • 1
  • 7
1
vote
1 answer

Assistance with Access ADP and/or SQL iif statement

I'm using Access ADP as a front end to SQL. I have two tables: One is Price_2018 One is Price_2020 I want to choose Price from the Price_2018 or the Price_2020 table, depending upon the Purchase_Date. I tried first putting IiF statement in the…
sleibo
  • 11
  • 3
1
vote
1 answer

3001: Invalid argument

The image shows the actual error.I am using this following code for creating an audit trail in MS-access using vba script, but getting 3001 : Invalid argument error. I have already checked the table names field names etc. But couldn't solve the…
0
votes
1 answer

Best way for a client to change item data for multiple reports?

I have a client that needs to give out pricing reports while being able to save multiple versions of data in a report. EX: One SKU is only for one vendor. (So, I need to make a report that has all the same data as the others + this one SKU) Each…
bmurray959
  • 11
  • 3
0
votes
1 answer

How to convert the data type of a column in access from short text to date in Ms Access?

I am importing data from Excel to Access Table using VBA. One of the column has date in the form dd.mm.yyyy but it is stored as short text. How can I change the short text data type to date as dd.mm.yyyy. Initially I had set the table column as type…
Asmita
  • 25
  • 1
  • 6
0
votes
4 answers

Problem with an Access 2007 Project connecting to Sql Server 2005

So I've created an Access Project for one of my users so he can connect to a reporting database. The .adp project connects to the DB and he can query data to his heart's content. The problem is, no queries can be saved. Whenever he opens the…
0
votes
1 answer

Microsoft Visual Basic Error

I have a table in an access database that keeps giving my a run-time error '3044' 'Y:\InfoSystem\CommData.mdb is not a valid path. Make sure that the path name is spelled correctly and that you are connected to the server on which the file resides.…
0
votes
3 answers

Dynamically create Datasheet from SQL query with VBA in Ms Office Access

I have Access database project connected with Ms SQL Server. Data (tables) is stored in the Ms SQL server and Forms and Reports are stored in the Access .ADP file. It is not possible to create Queries, Tables, Views using Design view but Tables and…
Nikunj Bhatt
  • 188
  • 4
  • 16
0
votes
1 answer

c# Reading Excel cannot work on server which excel not installed on

I have writeen a software which some part's process is reading data from excel file. I have used linqtoexcel for this. But ı can't run this app on machine not installed office. And I don't want to install…
0
votes
1 answer

How to give the path of .mdb file kept in App_Data folder of the project

this is my code to access the data from particular folder.. but i can't able to access the mdb database from my App_data folde.. plz help.. OleDbConnection a = new OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;Data …
user1999324
  • 48
  • 4
  • 10
0
votes
1 answer

Can't make changes to SQL backend from an MS Access Data Project

I have a MS Access 2010 Data Project (adp) connected to MS SQL Server 2008. Based on Microsoft's website, I should be able to modify the SQL backend from within the MS Access 2010 Data Project. Once you connect to an SQL Server database, you can…
TTT
  • 21
  • 3
-1
votes
2 answers

Exception thrown when executing query

I have vb.net app form, it contains id as combobox. after click on edit buton & chose an other id, i found error Like the picture below.so what to do? Private Sub searchparfum() Dim dt As New DataTable Dim ds As New DataSet …
ayoub
  • 3
  • 3
-3
votes
1 answer

What Are the Standard Steps when Designing a Server-Based Access Database?

I understand that this is a broad question, and I am trying to avoid asking a question that has intinite answers, but, there has to be a standard set of standard rules when designing an Access database for a server which I am missing. The Reason I…
Dylan
  • 81
  • 1
  • 2
  • 10