In the database I have a main form with subform "frmitinerer" . Using a button on the main form open form "frmrelation." After entering the new daily haul and closing forms refresh the data in the subform "frmitinerer."
Code on the button is on click event
All work nice, but when I splitting the database refresh subform not working.
What is the problem and how to solve it?
Code on the button is on click event
Code:
[FONT=Verdana][COLOR=#222222][COLOR=#465584][FONT=Courier]Docmd.openform "frmrelation" acnormal[/FONT][/COLOR][/COLOR][/FONT]
[FONT=Verdana][COLOR=#222222][FONT=Verdana][COLOR=#222222]Me.frmitinerer.requery[/COLOR][/FONT]
[/COLOR][/FONT]
All work nice, but when I splitting the database refresh subform not working.
What is the problem and how to solve it?