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 user 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. I've been
advised to go to a beta Office 2007 newsgroup but I can't find one.
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 user 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. I've been
advised to go to a beta Office 2007 newsgroup but I can't find one.