I am using a class module as a datasource for ADO. Then am creating binding collections to bind text boxes to records.
All has been going well until with one binding collection I get the above error message. Error occurs on this line of code being the first text box I attempt to bind:
objBindF4Screen.Add txtGROSS_MTD, "text", "GROSS_MTD"
Can anyone suggest where to look for the problem???? I did all my other binding collections in the same manner and they work ok. The only difference is the SQL in the stored procedure.
Thank You Anyone
TNN, Tom
TNPAYROLL@AOL.COM
TOM
All has been going well until with one binding collection I get the above error message. Error occurs on this line of code being the first text box I attempt to bind:
objBindF4Screen.Add txtGROSS_MTD, "text", "GROSS_MTD"
Can anyone suggest where to look for the problem???? I did all my other binding collections in the same manner and they work ok. The only difference is the SQL in the stored procedure.
Thank You Anyone
TNN, Tom
TNPAYROLL@AOL.COM
TOM