My question has two part.
Firstly, Im tring to count the number of records in a form which is a child to the parent form. Ive place an unbound text box on the main form to show the count of records of the second formbut its not working.
I tried the followig in the controlsource
=Count([subfrmAction])????
Then I want place in the main form something like this becuase the 2 form has default view as single form.
Whats the display the result of the count on the main form e.g
The client has ? actions to be completed
Firstly, Im tring to count the number of records in a form which is a child to the parent form. Ive place an unbound text box on the main form to show the count of records of the second formbut its not working.
I tried the followig in the controlsource
=Count([subfrmAction])????
Then I want place in the main form something like this becuase the 2 form has default view as single form.
Whats the display the result of the count on the main form e.g
The client has ? actions to be completed