Re: Recordset Field - modifiable default values?




Hi

Thanks for the clear reply.

No, it is not possible to set a default value at the recordset level.
However, if you create the recordset with events, using the WithEvents
keyword, you can create an event handler sub to handle the WillChangeRecord
event setting the value of the field to a global variable in the event
handler.
To me, it seems to be more trouble than it's worth.

--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"


.