DavidRidgway
May 16th, 2000, 08:12 PM
Programming Language: VB 6.0
Database Program: Access 97
Control: Masked Edit Box
Field: Date
Mask: "##/##/####"
Data Control: ADO (ActiveX Data Objects)
This control is part of a control array. (Datefield(6))
All the other fields in the control array (Datefield(0) to Datefield(5)) work fine, it is just the last one.
I get the following message when the data control is assigned the database and recordsource in code.
"Field not updateable, Bound Property Name: Text, Field Name: date employment ended"
I get the following message when the data control is directly linked to the table via the properties window.
"Unable to bind to field or data member: date employment ended"
can anyone please help me.....thanks
Database Program: Access 97
Control: Masked Edit Box
Field: Date
Mask: "##/##/####"
Data Control: ADO (ActiveX Data Objects)
This control is part of a control array. (Datefield(6))
All the other fields in the control array (Datefield(0) to Datefield(5)) work fine, it is just the last one.
I get the following message when the data control is assigned the database and recordsource in code.
"Field not updateable, Bound Property Name: Text, Field Name: date employment ended"
I get the following message when the data control is directly linked to the table via the properties window.
"Unable to bind to field or data member: date employment ended"
can anyone please help me.....thanks