Hi Guys!
I have a form connected to a table and have a subform connected to a different table. The subform is unbound so there is no connection with main form whatsoever (just a little combobox what's filtering the subform's source)
When I'm trying to add a new record I'm able to save everything on the form but not on the subform. What's the best way to save the subform's data to the new record.
I've tried playing with recordset and was able to save everything, but had an extra row created because of the
docmd.gotorecord , , acNewRec
any suggestion
I have a form connected to a table and have a subform connected to a different table. The subform is unbound so there is no connection with main form whatsoever (just a little combobox what's filtering the subform's source)
When I'm trying to add a new record I'm able to save everything on the form but not on the subform. What's the best way to save the subform's data to the new record.
I've tried playing with recordset and was able to save everything, but had an extra row created because of the
docmd.gotorecord , , acNewRec
any suggestion