
VB Form not running like Access Form
I have a number of code events on my Access 7 form (ie On Current do this,
After Update do that) I have copied this code to a visual basic form amd
copied the controls exactly. To my horror the form within VB has no events
like On Current or After Update, so I'm stuck as to what procedures I should
use to call the Code from. The form event has the usual like OnLoad,
OnFocus, OnClose but no OnCurrent like the Access Froms. Am I missing a
reference? What can I do
J