Quick Question:
If you open a recordset object in an event procedure, does it die when the procedure ends?
For example, I am opening a recordset when the form loads to fill a combo box. Can I still use the same recordset in the combo box LostFocus event procedure? Or do I have to open it for each procedure it is used in?
Thanks,
Elena
If you open a recordset object in an event procedure, does it die when the procedure ends?
For example, I am opening a recordset when the form loads to fill a combo box. Can I still use the same recordset in the combo box LostFocus event procedure? Or do I have to open it for each procedure it is used in?
Thanks,
Elena