I have a Table (Client_Details) containing all records of customers. Some of these account are open, some are closed.
I also have a query (open_accounts) which just selects accounts with a status of Open.
As accounts are open and closed, I would like to display on my main form a number of current live Open accounts in real time, basically summing the total number of records returned at any given time by the query.
I have inserted a text box on my Form to display, and have tried a number of different ways to have this data display, but keep running into errors or invalid syntax. I have searched everywhere and tried a number of solutions, none of which seem to be working.
Help is much appreciated!