I've got this program, all the forms have to link to a database, so I used the VB Dataform Wizard. The problem is that when I select the ADO Code in the Biding Type Options, and I uncheck the Add Button and Delete Buttons, and try to run the program - it gives me this error
"Object does not source automation events" and it highlights
"Dim WithEvents adoPrimaryRS As Recordset". When I comment it out, the program gives me another error "Procedure declarations does not match description of event or procedure having the same name" and it highlights "Private Sub cmdUpdate_Click()".
How can I fix this? Please email me if this problem is unclear.
Please Help, it's Very Urgent...

Thanx


F. T. W.