Re: the adodc1 delete my information form the database ??
you just need one more command (adodc1.refresh)
like this:
Code:
Private Sub Form_Load()
Do
Combo1.AddItem Adodc1.Recordset("name")
Adodc1.Recordset.MoveNext
Loop Until Adodc1.Recordset.EOF = True
adodc1.refresh
End Sub
Re: the adodc1 delete my information form the database ??
you have your email address visible again. the bots will be able to get it.
Just change your signature. We can link to your profile, so you should just leave it there.