Hi folks... this little one is teasing me.
I have a Parent form, frmMainDisplay which displays information from tblCustomers.
It has a subform for editing Customer Details - it's not a linked subform as they both use the same record source.
The subform is called sfrmEditCustomer. The key is CustomerID.
I have a control on this sub form which saves the edited customer information. When the user clicks on it, I want it to move the CustomerID on the main (parent) form to the CustomerID just edited/saved.
I've tried a few manifestations of rs.bookmark and DoCmd.gotorecord but I'm not getting anywhere.
Can anyone give me a useful pointer here. I'm sure it's obvious to someone clever.
Thanks in advance.
I have a Parent form, frmMainDisplay which displays information from tblCustomers.
It has a subform for editing Customer Details - it's not a linked subform as they both use the same record source.
The subform is called sfrmEditCustomer. The key is CustomerID.
I have a control on this sub form which saves the edited customer information. When the user clicks on it, I want it to move the CustomerID on the main (parent) form to the CustomerID just edited/saved.
I've tried a few manifestations of rs.bookmark and DoCmd.gotorecord but I'm not getting anywhere.
Can anyone give me a useful pointer here. I'm sure it's obvious to someone clever.
Thanks in advance.