Ryo2
12-15-2000, 05:33 PM
My problem is ADO couldn't find the object in the collection..
easiest way to explain it is a example:
I have a database table with a Field Name "Serial No"
Okay.. I do the adoConnection to the database,
and the recordset (adoRS_SerialNo) is opened to the table.
Now I want to get the value form this field..
Normally it would be like
adoRS_SerialNo!{Field Name}
My problem is how do I put a field name of "Serial No" into it.
ie adoRS_SerialNo!Serial No <===== ERROR
Thanks for the help.
easiest way to explain it is a example:
I have a database table with a Field Name "Serial No"
Okay.. I do the adoConnection to the database,
and the recordset (adoRS_SerialNo) is opened to the table.
Now I want to get the value form this field..
Normally it would be like
adoRS_SerialNo!{Field Name}
My problem is how do I put a field name of "Serial No" into it.
ie adoRS_SerialNo!Serial No <===== ERROR
Thanks for the help.