I need to know if it is possible to use the content of a single record in a table as the criteria for a query.
Here's what I got. The database is a reporting database for an older version of remedy. The reporting database is an Access 2000 database.
The table containing the data for the...
Kyle,
Here are those sql statments for the query's:
1. IMAC Query
PARAMETERS [Forms]![frmPrintStatisticalReports]![txtFrom] DateTime, [Forms]![frmPrintStatisticalReports]![txtTo] DateTime;
SELECT Count([tbl_Make-APL_Service_Request].Status) AS IMAC
FROM [tbl_Make-APL_Service_Request]
WHERE...
I have an Access reporting database that pulls all of its data from a Remedy database. This part works fine. I create 2 tables. The first is a problem managment table, the second is a service request table (moves, adds, changes). In the Problem Management table we have 5 distinct product types...
I have a maintenance database that has several related tables (Serial Number, Model Number, Technician Name,etc)and a "data" table to store the maintenance data on equipment. Equipment is identified by its Serial via a lookup to the Serial number table. RMA number, sent and recieved...
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.