I have a form frmPatient which has a sub form in it called subfrmEpisode.
In that subfrmEpisode is another sub form called subfrmscore.
When I add a new patient, and start to add data in the subfrmepisode, the score in subfrmscore is supposed to update, but it doesn't unless you close and open the form. It does update if you go into an old record and change the data.
in AfterUpdate of subfrmEpisode I have
DoCmd.RefreshRecord
Why isn't this refreshing when I am adding a new record?
In that subfrmEpisode is another sub form called subfrmscore.
When I add a new patient, and start to add data in the subfrmepisode, the score in subfrmscore is supposed to update, but it doesn't unless you close and open the form. It does update if you go into an old record and change the data.
in AfterUpdate of subfrmEpisode I have
DoCmd.RefreshRecord
Why isn't this refreshing when I am adding a new record?