P
Peter Vroomen
L.S,
I have a front-end application (MS Access 2000) that uses data from both MS
Access tables and MS SQL Server tables. The SQL tables are linked to the
front-end application via ODBC. I am trying to perform a query using the
following tables:
1. dbo_430_PRProject (MS SQL Server Table)
2. dbo_430_cicmpy (MS SQL Server Table)
3. tbl_ink_bb (MS Access table)
4. tbl_ink_bb_status (MS Access table)
Table …
ï€ â€˜1’ contains information about our projects (Customer-ID, Project
description, start date, end date etc.)
ï€ â€˜2’ contains information about our business contacts (both customers and
suppliers)
ï€ â€˜3’ contains information about the orders we have placed with our
suppliers (Supplier ID, Order form ID, Order date, Status ID, etc.)
ï€ â€˜4’ contains the description of the order status (i.e. Status ID ‘2’ means
‘Order placed with supplier’).
The SQL tables linked from ‘Exact Globe 2003’ the accounting software that
we use.
I have a query that combines fields from all of the above tables. The query
itself works fine, but unfortunately I am only able to apply a filter to
fields from the SQL tables (be it ‘Docmd.ApplyFilter , strfil’ via VBA or a
filter used directly in the query screen of Access). No records are returned
as soon as I apply a filter on MS Access tables. Is there a logical
cause/solutions for this problem?
Kind regards,
Peter Vroomen
I have a front-end application (MS Access 2000) that uses data from both MS
Access tables and MS SQL Server tables. The SQL tables are linked to the
front-end application via ODBC. I am trying to perform a query using the
following tables:
1. dbo_430_PRProject (MS SQL Server Table)
2. dbo_430_cicmpy (MS SQL Server Table)
3. tbl_ink_bb (MS Access table)
4. tbl_ink_bb_status (MS Access table)
Table …
ï€ â€˜1’ contains information about our projects (Customer-ID, Project
description, start date, end date etc.)
ï€ â€˜2’ contains information about our business contacts (both customers and
suppliers)
ï€ â€˜3’ contains information about the orders we have placed with our
suppliers (Supplier ID, Order form ID, Order date, Status ID, etc.)
ï€ â€˜4’ contains the description of the order status (i.e. Status ID ‘2’ means
‘Order placed with supplier’).
The SQL tables linked from ‘Exact Globe 2003’ the accounting software that
we use.
I have a query that combines fields from all of the above tables. The query
itself works fine, but unfortunately I am only able to apply a filter to
fields from the SQL tables (be it ‘Docmd.ApplyFilter , strfil’ via VBA or a
filter used directly in the query screen of Access). No records are returned
as soon as I apply a filter on MS Access tables. Is there a logical
cause/solutions for this problem?
Kind regards,
Peter Vroomen