Skip to main content
Filter by
Sorted by
Tagged with
1 vote
0 answers
68 views

I have an Access 365 application with a linked table containing emails from a given Outlook folder. I want to change the folder this table is connected to from within the application. My code opens ...
BiigJiim's user avatar
  • 307
1 vote
1 answer
200 views

I have an Access database which has a number of linked tables linking to views in a SQL Server database. When you refresh the links to the views, Access asks for the field(s) which contain unique ...
BiigJiim's user avatar
  • 307
1 vote
1 answer
3k views

I have an excel power query that transforms new files when added to a folder. The resultant table is then linked to a database. I would like to create a new column in power query that creates a ...
Philip M's user avatar
0 votes
1 answer
102 views

I am creating an Access Database, that has the following tables and field TableMain TableCustomer Record in TableCustomer ID Auto fDate(Date/time) CID (Auto) ...
Alan's user avatar
  • 67
2 votes
0 answers
47 views

I have a problem that arose last week and seems to be spreading. I installed a MS Access database front end on several pcs at a company, that link by ip address to SQL Server backend. This was done ...
EddieL's user avatar
  • 55
1 vote
1 answer
720 views

I have linked a couple of tables in MS Access database from SQL Server and also from Excel. Now I want to query them from a Java application using jdbc. But when I run the query SELECT * FROM sys....
Kranthi.Gogikar's user avatar
1 vote
0 answers
44 views

I have a large MS Access application that uses linked tables to a SQL Server back end. The Access database links to SQL Server via ODBC. Suddenly, none of my linked tables work, if there is a unique ...
Bill Tidwell's user avatar
1 vote
2 answers
2k views

I created this table: CREATE TABLE [dbo].[dbo_Country] ( [Country] [nvarchar](100) NOT NULL, [ISO3166Code] [smallint] NULL, [CountryEn] [nvarchar](255) NULL, [Abriviation] [nvarchar](...
Mehdi Shahgholi's user avatar
1 vote
1 answer
225 views

I have a linked table I access like this: SELECT Id, Name FROM MySchema.Sectors@STATS How do I define that in Linq2db? I tried: [Table(Schema = "MySchema", Name = "SECTORS@STATS")...
Robin Bennett's user avatar
-1 votes
1 answer
148 views

I am trying to add a pull-down combo box to a form in MSAccess. The strange part is that the (email) column is missing. I have performed the following checks/actions Validated the SQL table (...
NanoNet's user avatar
  • 334
0 votes
1 answer
2k views

HISTORY In the 1990's, my predecessor built an Access database for my company (four of them actually). In the aughts, the next employee built a SQL Server 2008 Express on Windows Server 2003 and moved ...
DauntlessRob's user avatar
-1 votes
1 answer
400 views

So for context, I have a database backend that is stored in Google Drive and I have a frontend with an interface, forms, and reports. The current solution that we have is that all employees in the ...
Astro Mec's user avatar
1 vote
2 answers
843 views

I am trying to access my tables in Snowflake using MS Access. I am able to make the connection to make a connection between them and see the list of all my tables but the I am getting all my tables (...
Joseph Chacko's user avatar
0 votes
0 answers
169 views

In my access 365 database, I am linking some tables of my sql server 2017. An example table in SQL Server: CREATE TABLE pet ( ID INT NOT NULL, name VARCHAR(255) DEFAULT 'noname', age INT ...
slartidan's user avatar
  • 21.8k
1 vote
1 answer
189 views

I have an Access Database with hundreds of ODBC Linked Tables to a couple of backend SQL Servers. Some of these Linked Tables are to SQL Tables and some are to SQL Views. Is there any way to ...
Mark Fairhead's user avatar
0 votes
1 answer
169 views

I'm using Access 2007. I have two tables, first one has a PK (primary key), but the second has not. When using a query linking the two tables on the PK, I need the rows have the same sort as it is in ...
user3855201's user avatar
1 vote
2 answers
2k views

I am trying to change the links in an Access 2016 database, but the method I've used in the past is not working as required. I am using the t.connect="new connection" t.refreshlink method,...
Nathan_Sav's user avatar
  • 8,576
1 vote
2 answers
1k views

I have a client for which I am setting up a new SQL Server Express and (on a different computer) connecting their Access front end to that SQL Server. I created an account on SQL Server, changed ...
David Britz's user avatar
2 votes
1 answer
1k views

I have two identical tables in my database, T1 and T2. T1 is a local table while T2 is a linked table from a live SQL database. At the moment the two tables are identical. In short, I would like to ...
gdekoker's user avatar
  • 195
1 vote
1 answer
1k views

I have an Access database that links to six tables in other SQL databases using ODBC connections. I then have a couple of queries running checks on these tables generating some reports. However, ...
gdekoker's user avatar
  • 195
2 votes
1 answer
575 views

We use in a company an Access database which I developed a long time ago with front end and back end .mdb files and user level security. (We don't need high security standards) Now I am developing an ...
Edgar's user avatar
  • 2,807
0 votes
0 answers
117 views

I'm using Microsoft Query and I want to connect tables from two different servers. One uses Oracle in OraClient11g_home1 and the other MySQL ODBC 5.1 Driver. Both have DSN setup, a different user ...
user7393973's user avatar
  • 2,450
9 votes
4 answers
72k views

Lets tell I have two tables. CREATE TABLE user (ID int AUTO_INCREMENT,PRIMARY KEY (ID)); CREATE TABLE points (ID int AUTO_INCREMENT, user_id int, points int,PRIMARY KEY (ID)); How can I use spring-...
passer's user avatar
  • 173
0 votes
0 answers
39 views

I have SQL Server 2008 R2 linked tables in my MS Access 2010. I have many forms in this MS Access database. Few of my forms gets Write Conflict error when I try to assign it to a SQL statement as ...
Jay's user avatar
  • 1
0 votes
1 answer
2k views

I created an install for my database. However it loses the password for the linked tables to the back end. I need to relink all the tables on load. I found the below code to add specified table but I ...
Ben Watson's user avatar

1
2 3 4 5