G
Guest
Can someone explain why the following?
This works:
Me!Jobfrm!Invoicefrm.Form!cboTakenBy.BackColor = 15265264
This does not.
Me!Jobfrm!Invoicefrm.SetFocus
Me!Jobfrm!Invoicefrm.Form!cboTakenBy.SetFocus
The difference as I see it is only backcolor and setfocus. What's the magic?
This works:
Me!Jobfrm!Invoicefrm.Form!cboTakenBy.BackColor = 15265264
This does not.
Me!Jobfrm!Invoicefrm.SetFocus
Me!Jobfrm!Invoicefrm.Form!cboTakenBy.SetFocus
The difference as I see it is only backcolor and setfocus. What's the magic?