1
vote
1answer
126 views

Microsoft Access Queries Too Many Fields

I am dealing with approximately one dozen MS access tables that are all linked into a single database file. Occasionally I would like to be able to get the union of these tables to generate a complete ...
1
vote
4answers
107 views

AND in SQL Left Join causes run-time error in Access 2010

I appreciate any help you can give me. I am trying to use a SQL query as the recordsource for a form. strSQL = "SELECT " & DocID & " AS DocID,'" & DocumentType & "' AS ...
1
vote
0answers
127 views

JOIN clause for multi-valued fields

In my MS Access application, I have a requirement to extract a field (which is multi-valued) and show its contents in a textbox on a form. I have identified that for multi-valued fields there are ...
1
vote
2answers
1k views

How to edit subform based on joined tables in Access 2010

I'm designing an Access 2010 web database, and I'm trying to create a subform that will display data based on joined tables. It displays alright, but I can't modify the data. The two tables are called ...
0
votes
1answer
152 views

Access SQL update based on count results and conditional update

Yesterday I got help on this SQL statement and it's working fantastically... Now I'm trying to use data from this query to update two columns on a different table. Here is the query as I have it: ...
1
vote
2answers
340 views

Convert a SQL subquery into a join when looking at another record in the same table Access 2010

I have read that Joins are more efficient than subqueries, I have a query that is extremely slow and uses lots of subqueries, therefore I would like to improve it but do not know how. I have the ...
0
votes
1answer
306 views

is there a better way to join multiple fields to the same table?

i have a table full of employee names and one the fields there is called 'initials'. I have another table that contains training records with 3 fields that reference the employee id in the employee ...