Rabu, 08 Agustus 2012

[MS_AccessPros] Control Arrays

 

I'm used to this in VB6. How do I implement a similar thing in an Access
2007 form? I'd rather no do each text box (of a dozen) separately.

Private Sub Text1_GotFocus(Index As Integer)

Text1(Index).BackColor = vbYellow

End Sub

Private Sub Text1_LostFocus(Index As Integer)

Text1(Index).BackColor = vbWhite

End Sub

Allen Bennett

[Non-text portions of this message have been removed]

__._,_.___
Recent Activity:
.

__,_._,___

Tidak ada komentar:

Posting Komentar