All, I need to have 3 combo boxes to requery based on the value of another combo box on each current record.
When I use the Form_Current procedure and call a public function to requery the combo boxes, I get an error with an error number of 0, but not error description.
I am using the following to call the function
Call RefreshCombos
And the function is a public function with no parameters.
I try to trap the errors; but the "0" comes up before getting to the error?
Any idea what is going on.
Ts this something that I can use the Form_Current procedure for?
David Pimental
(US, Oh)
When I use the Form_Current procedure and call a public function to requery the combo boxes, I get an error with an error number of 0, but not error description.
I am using the following to call the function
Call RefreshCombos
And the function is a public function with no parameters.
I try to trap the errors; but the "0" comes up before getting to the error?
Any idea what is going on.
Ts this something that I can use the Form_Current procedure for?
David Pimental
(US, Oh)