Hi all,
I'm trying to show text and a dcount result in a command box's caption. I've tried the following without success :-
Is what I want to achieve possible?
Many thanks
I'm trying to show text and a dcount result in a command box's caption. I've tried the following without success :-
Code:
Number of quotes by status & =DCount("[Quote_Status]","qryAcceptedQuotes")
Code:
Number of quotes by status & DCount("[Quote_Status]","qryAcceptedQuotes")
Is what I want to achieve possible?
Many thanks