That is correct. This is in a form BeforeUpdate event procedure. Your exact
sample construct gives a compile error. If I use "Me!cboName.SetFocus" then
I get a run time error 438 - "object doesn't support this property or method".
The combo box in this case has a value list. Maybe that has something to do
with it.