L
Linda \(RQ\)
Access 2003. I have only had experience making forms based on a table or
query so when the recordset is set to query 1, I can only add controls from
that query. Is it possible to add a control from another unrelated query?
If so, how do I do that. Here is the sql from the query I want to show.
It's probably more complicated because I'll want the query to update
everytime a new record is added to the form. Since we want the count of
protocol treatments to equal the count of all treatments, this will give the
user a constant status.
SELECT qryCountOfProtocolTreatments.CountOfPtThpyID,
qryCountOfAllTreatments.CountOfPtThpyID
FROM qryCountOfProtocolTreatments, qryCountOfAllTreatments;
Thanks,
Linda
query so when the recordset is set to query 1, I can only add controls from
that query. Is it possible to add a control from another unrelated query?
If so, how do I do that. Here is the sql from the query I want to show.
It's probably more complicated because I'll want the query to update
everytime a new record is added to the form. Since we want the count of
protocol treatments to equal the count of all treatments, this will give the
user a constant status.
SELECT qryCountOfProtocolTreatments.CountOfPtThpyID,
qryCountOfAllTreatments.CountOfPtThpyID
FROM qryCountOfProtocolTreatments, qryCountOfAllTreatments;
Thanks,
Linda