|
-
May 24th, 2002, 08:43 AM
#1
Thread Starter
Frenzied Member
adodc simple question
I have a combo box (cboNumber), when something is selected in the combo box I want to update the form accordingly.
cboNumber, txtName and txtCompany are all linked to adoData, therefore when something is selected in cboNumber I want txtName and txtCompany to be updated.
I have tried:
Private Sub cboNumber_Change()
adoData.Refresh
End Sub
but keep gettin a system error, which closes the application
I know it's a simple query, HELP.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|