Could anyone help me...I've decided to take on vba...by myself...and i don't seem to be very successfull at it...firstly..h ere's a form which i did in access...is the code correct? and if so...how in the world do I display my SQL results in a text box... do i use a read command?? Please help.
Option Compare Database
Option Explicit
Public Sub GetInfo()
Dim conCurrent As ADODB.Connectio n
Dim...