Thom
Jun 22nd, 2000, 04:39 AM
Hi all! I’m upgrading a previous ADO project(built with considerable help from this forum); what I need is to figure out how to bind 1 of 3 Option buttons selected by the User to a Recordset field in my Access97 DB. To wit: the user must choose 1 of 3 options for the current record’s style(3 option buttons set in a frame on the form), and I want the user’s choice(single, multiple, none) bound to a field in the DB.
I’m trying to do this all in code WITHOUT using an ADO control-is it even possible?? Can I use the ADOX Collection Bindings(which I don’t know much about) to do this??
In a further vein, can I use the Collection Bindings to bind all my textboxes to the RS? Again, I’m trying to avoid setting up an ADO control, and do everything in code. Thanks a bunch for any help!
I’m trying to do this all in code WITHOUT using an ADO control-is it even possible?? Can I use the ADOX Collection Bindings(which I don’t know much about) to do this??
In a further vein, can I use the Collection Bindings to bind all my textboxes to the RS? Again, I’m trying to avoid setting up an ADO control, and do everything in code. Thanks a bunch for any help!