does anyone know how to make reports in vb.net become a daily, weekly and monthly basis?
does anyone know how to make reports in vb.net become a daily, weekly and monthly basis?
Reports display whatever data you provide to them. If you want the data to represent a specific date range then you need to specify the appropriate WHERE clause when you execute your query, the same as you would for any data.
Bookmarks