G
Guest
I am working through Julitta Korol's Access 2000 programming by example. I
have Office 2007. I made the folder with northwind a trusted location and am
trying to do the very first exercise which is to make ContactName in the
Customers form change backcolor on Got Focus. I have entered Private Sub
ContactName_GotFocus()
Me.ContactName.BackColor = 65280
End Sub as requested through the GotFocus Event and nothing happens when the
cusor goes into contactName. Please help as I want to learn this stuff. I am
a good access suer with some knowledeg of event etc but I just want to work
through the book and not miss anything but I can't even start.
have Office 2007. I made the folder with northwind a trusted location and am
trying to do the very first exercise which is to make ContactName in the
Customers form change backcolor on Got Focus. I have entered Private Sub
ContactName_GotFocus()
Me.ContactName.BackColor = 65280
End Sub as requested through the GotFocus Event and nothing happens when the
cusor goes into contactName. Please help as I want to learn this stuff. I am
a good access suer with some knowledeg of event etc but I just want to work
through the book and not miss anything but I can't even start.