For my project the front end is Vb and back end SQL.
I have to generate a report which shows how many records were entered for a particular day or a particular month.
For this i have written an SQL statement. I use a recordset to open this sql statement. this output needs to be shown on the screen in the form of a table which has the required columns showing all details of each record.
I cannot create a fixed table structure on the screen since the output in the recordset would keep varying. It could either be 5 or 10 records depending on the date selected by the user.
How do i get the desired output?
Please help this is very urgent.
I have to generate a report which shows how many records were entered for a particular day or a particular month.
For this i have written an SQL statement. I use a recordset to open this sql statement. this output needs to be shown on the screen in the form of a table which has the required columns showing all details of each record.
I cannot create a fixed table structure on the screen since the output in the recordset would keep varying. It could either be 5 or 10 records depending on the date selected by the user.
How do i get the desired output?
Please help this is very urgent.