I am presently converting my Access project to visual studio.net 2003. Following is some code in Access that I would like to convert. What is the VB equivalent?

Dim ZFldName as Control
Dim strFldName as String
strFldName = "ZFld" & x
ZFldName = Me.Controls(strFldName)
ZFldName.BackColor = .....