C
cinnie
hello
VBA Help (I have Access 2002) says that a form's Current Event is triggered
when the form is Requeried or Refreshed, or the focus moves to a new recored
making it the current record. I have a question about the 'Refresh' part of
that statement.
In one of my combobox's AfterUpdate event I have code "Me.Refresh". Here's
my question. When I'm stepping through the code and the combo's AfterUpdate
code is run, the form's Current event is NOT triggered. Why? Is the Help
message wrong? (when I use "Me.Requery", the Current event is triggered.)
VBA Help (I have Access 2002) says that a form's Current Event is triggered
when the form is Requeried or Refreshed, or the focus moves to a new recored
making it the current record. I have a question about the 'Refresh' part of
that statement.
In one of my combobox's AfterUpdate event I have code "Me.Refresh". Here's
my question. When I'm stepping through the code and the combo's AfterUpdate
code is run, the form's Current event is NOT triggered. Why? Is the Help
message wrong? (when I use "Me.Requery", the Current event is triggered.)