I have a client who has an application that was originally written in Access 2010 and is now in 2013. It is set up now so that only one user at a time can use it. I want to be able to make this multi-user. Anyone have any tips/tricks/ideas? Would I be better off to export the tables into...
I have an Access97 app (they're not in a position to upgrade) that has links to data in a SQL Server database. There are some pretty intense queries that are in it that ran fine when the interface and data was all Access, but now the the data is in SQL Server I'm getting error messages that...
This is my query. The Select and From clauses are the same, yet the WHERE clause is built programmatically based upon what the user selects on a screen.
SELECT DISTINCTROW I.TAG, K.Tag AS KTag, I.GAUGE, K.MetalEval, (IIf(I.TYPE="EMBSD" Or I.TYPE="MTRLAM" Or I.TYPE="MIXED" Or I.TYPE="TRANS" Or...
This is my query. The Select and From clauses are the same, yet the WHERE clause is built programmatically based upon what the user selects on a screen.
SELECT DISTINCTROW I.TAG, K.Tag AS KTag, I.GAUGE, K.MetalEval, (IIf(I.TYPE="EMBSD" Or I.TYPE="MTRLAM" Or I.TYPE="MIXED" Or I.TYPE="TRANS" Or...
I have a report in an Access 97 app that has as its data source a query that is built programmatically. The query can get rather long, as the Where clause is built programmatically and can have several different conditions. When the data was all Access I was able to run it without error. I now...
I have a report in an Access 97 app that has as its data source a query that is built programmatically. The query can get rather long, as the Where clause is built programmatically and can have several different conditions. When the data was all Access I was able to run it without error. I...
A client has an Access 97 database that I am looking to migrate the data to SQL Server 2005. The Access database uses the mda/mdw security, so when I try to import the data via the import task in SQL Server or when I try the SSMA tool I get errors because of the security. Does anyone know of a...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.