Hello I have a main menu form. On this i want to display the total number of records that match certain criteria.
For example.
From the tblProperty I would like to show
The number of properties that are 4 bed
The number of properties that have a garden etc
At present I have several unbound text boxes which perform a dcount on the tblProperty to return and display the data.
Is there a better (more efficient) way of doing this or is my method ok.
I'm looking at ways of trying to improve the speed that forms load etc.
Many thanks Mark.
For example.
From the tblProperty I would like to show
The number of properties that are 4 bed
The number of properties that have a garden etc
At present I have several unbound text boxes which perform a dcount on the tblProperty to return and display the data.
Is there a better (more efficient) way of doing this or is my method ok.
I'm looking at ways of trying to improve the speed that forms load etc.
Many thanks Mark.