View Full Version : refresh forms


mark curtis
10-03-2002, 02:35 PM
Dear all,

I have a tabbed main form with many subforms on. The subforms are mainly linked to the main form projectid. I have a sub form on one tab in datasheet view which can be edited(frmobjectives) I also have a subform(frmObjectives1) on another tab that references the subform.

On afterupdate event of frmobjectives I have used the frmmain.recalc in order to make frmobjectives1 as current as frmobjective. My problem is that I keep getting calender popups, which pop up on entry of a date field. Is the recalc not right?

Thanks
Mark

DBL
10-04-2002, 02:45 PM
Do you need to use Me.refresh or Me.requery instead?