I have a form that updates a dataset. In that dataset I had a field initially defined as Date/Time. I was having so much trouble getting it to do what I wanted that I changed it to a text field and got around the problem. The form works fine and I can update the dataset, etc. I thought it would be nice to set up a dataview for the user so they could browse the input. Set up the DGView but when I try and invoke it I get an error saying that I'm trying to put the wrong type data into a Date/Time field. Why doesn't the DGView recognize that I changed the underlying DS? Is there a way to "Refresh" or update that?
Thank you
Russ