I am relatively new to access as have been working with C Stream earlier.
I want to save a record in the main table when tab control gets the focus in access. I've tried RunCommand DoCmd.Save with no success. I've also used
If Me.Dirty Then Me.Dirty = False but i still get an error msg saying parent record needs to be saved or doesn't exists.
I am using Access 2010.
Thanking you in advance.
I want to save a record in the main table when tab control gets the focus in access. I've tried RunCommand DoCmd.Save with no success. I've also used
If Me.Dirty Then Me.Dirty = False but i still get an error msg saying parent record needs to be saved or doesn't exists.
I am using Access 2010.
Thanking you in advance.