S
Steve
Hi there,
as you know in Access table, each numeric field has a
property called "Required" to indicate whether a value is
required or not in record creation. Could anyone tell me
how to change the default value (YES) to NO using ADO in
VBA for Access?
I've tried the following codes but it didn't work.
catcurr.Tables("Temp").Columns("Amount").Properties
("Required").Value =NO
Appreciate your expertise advise.
Regards,
Steve
..
as you know in Access table, each numeric field has a
property called "Required" to indicate whether a value is
required or not in record creation. Could anyone tell me
how to change the default value (YES) to NO using ADO in
VBA for Access?
I've tried the following codes but it didn't work.
catcurr.Tables("Temp").Columns("Amount").Properties
("Required").Value =NO
Appreciate your expertise advise.
Regards,
Steve
..