How do you format a date time field so that just the date displays in the cell as mm/dd/yyyy? I've tried setting the format property for both the column and text box to MDY and also tried D. I've set the DateFormat property of the textbox to 10-MDY. I've tried setting sparse ...
How would I write code that would allow the user to increase the value by 1 in a cell by pressing the '+' key or decrease the value by 1 when pressing the '-' key?
I have a strange behavior. I have a form with a grid control. The grid has 9 columns in which 6 of the column headers are from the updatable cursor and the other three are from three separate variables.