When I try to do a ThisForm.Adodatacontrol1..refreshrecordset
I get a error saying adStateConnecting doesnt exist...
here the code from the ADOdatacontrol object...
any ideas why?? bad connection string? I'm lost here guys..
*-- Loop until we connect
DO WHILE This.Connection.State = adStateConnecting
ENDDO
Dave