I have a subform with a commandbutton and single records in it. As the button is clicked, I'd like to perform the "GoToRecord" action, but it doesn't work, claiming the form is not opened! Why??? Any hint would be greatly appreciated.
In fact, as the button is clicked, I want to append the record (that could be modified) to some table; but to do so I have to GoTo some other record, or the new modified record won't be appended in the destination table, am I right? The record would be appended unedited, right?
It works great on a normal form, but it doesn't if the very same form is used as a subform.
Thank you for your help,
Guldo
In fact, as the button is clicked, I want to append the record (that could be modified) to some table; but to do so I have to GoTo some other record, or the new modified record won't be appended in the destination table, am I right? The record would be appended unedited, right?
It works great on a normal form, but it doesn't if the very same form is used as a subform.
Thank you for your help,
Guldo