John Reynolds
August 20th, 2001, 06:07 PM
When I replace the regular text edit control (which bound correctly to my access database)with the masked edit control, I get the error . . .
"Unable to bind to field: DateOfTransfer"
DateOfTransfer is the name of my edit control. Appreciate any help.
Thanks!
John Reynolds
August 20th, 2001, 07:22 PM
Here's more information. I'm using Jet 4.0 DB OLE Provider, making connection with DataEnvironment. In database, I have a date/time field MM/DD/YY. I'm using form to add records to the table. Then I'm using a DataGrid to view the data. Works fine if I bind the date field to the regular edit control, but when I replace it with the MaskedEdit Control, I get the error mentioned. I've tried to change the types from DateTime to Text, & other combinations, but get the error. Is there another way to get a date mask without using this control? Thanks for any input.
John