I have a SQL database with an Appointment table that contains Name and Date columns. I want to display the count of each record
(on Label) IF the Date equal to "today date", and display the number of appointment for the current month on another Label. How I do that? I'm using VB.Net.
↧