I have a summary Query that tells how many records are pending (Field Pending = true)
Query works fine
I have a Summary form where I want to put
You have ______ Contracts Pending
Where the blank is the number from the query..
I did a Bounded Text Box with a source of =ToProcess![Count Of Process] (ToProcess is the Query, Count of Process is the total pending)
I get a blank and should get a 27... what am I doing wrong? is there an easier way?
Query works fine
I have a Summary form where I want to put
You have ______ Contracts Pending
Where the blank is the number from the query..
I did a Bounded Text Box with a source of =ToProcess![Count Of Process] (ToProcess is the Query, Count of Process is the total pending)
I get a blank and should get a 27... what am I doing wrong? is there an easier way?