C
Corey-g via AccessMonster.com
Hi All,
Using Access 2003.
I have a main form that is unbound, and used to enter order data. When all
data is entered, I will write the info to and Oracle back end. The issue I
have right now is that I wanted to allow the users to add items (from a
series of combo boxes) to a continuious subform. This subform was also to be
unbound, and again write the info to Oracle once everything was complete.
So I have everything working up to when I try to click the 'Add Item' button.
I thought I could just get the recordset clone of the subform, and add a new
record. But because it's unbound there isn't a recordset to clone. Is there
a way to do this?
Could I bind the fields to a recordset, then clear the recordset, in design
view? Then when the form is loaded, bind the form to a recordset
programmatically? Or any other work-around?
Thanks in advance for any thoughts or ideas...
Corey
Using Access 2003.
I have a main form that is unbound, and used to enter order data. When all
data is entered, I will write the info to and Oracle back end. The issue I
have right now is that I wanted to allow the users to add items (from a
series of combo boxes) to a continuious subform. This subform was also to be
unbound, and again write the info to Oracle once everything was complete.
So I have everything working up to when I try to click the 'Add Item' button.
I thought I could just get the recordset clone of the subform, and add a new
record. But because it's unbound there isn't a recordset to clone. Is there
a way to do this?
Could I bind the fields to a recordset, then clear the recordset, in design
view? Then when the form is loaded, bind the form to a recordset
programmatically? Or any other work-around?
Thanks in advance for any thoughts or ideas...
Corey