OK. I have 2 tables, tblAnalyte and tblWQStandard. There is a one to many relationship between the 2 tables. Unique analytes are stored in tblAnalyte and water quality standards for an analyte are stored in tblWQStandard. There can be more than one standard for any analyte but only one analyte...
Does anyone have code to generate on the fly a SQL FROM clause based on a list of user chosen tables?
I am creating a database for my boss that has a form that is an attempt to make a more user-friendly version of the Access Query Builder Environment. It is a simple multiple step form to help...
I get an error message that says,
"Could not delete from specified tables."
when I run a simple delete query between 2 tables with NO dependencies. Here is the SQL.
DELETE Table1.*
FROM Table1, Table2
WHERE (((Table2.ID)=[Table1].[ID]));
The ID column is the primary key for each of the...
I have code that goes through my database objects using ADOX and records table,view or linked table names, columns, data types and descriptions into a table. The code works fine for tables but when I come across a linked table the field description is always blank. I can grab the Linked table...
Is it possible to select fields from two tables where the field names are equal?
I know that the field data types are all the same but I want to make a query that contains data where the field names are the same in both tables.
Vince
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.