I have a crystal report with SQL Server as the backend. The date is formatted in mmddyyyy in the SQL Server. I want to give the user the option to display the date as yyyymmdd if they want. How can I programatically do this using
VB.Net. I would be using a couple of radio buttons on the form.
Gunnard Fredrickson