G
Guest
Hello,
I have some nested subforms that contain information...I also have an add
doctor button. The goal is to have the form requeried on the fly...but it
doesn't seem to be updating all the time. (?!) Here's the code on the OnClose
ppty of the add doctor form:
Forms!frmGHclients!frmdoctorvisit.SetFocus
Forms!frmGHclients!frmdoctorvisit![frmdrugtreatmentplan].Form.Requery
When I press F9, it updates. Shouldn't the code above do the same thing?
Thanks in advance,
Rookie.
Ps - frmdoctorvisit is a subform in frmGHClients; frmdrugtreatmentplan is a
form in frmdoctorvisit.
I have some nested subforms that contain information...I also have an add
doctor button. The goal is to have the form requeried on the fly...but it
doesn't seem to be updating all the time. (?!) Here's the code on the OnClose
ppty of the add doctor form:
Forms!frmGHclients!frmdoctorvisit.SetFocus
Forms!frmGHclients!frmdoctorvisit![frmdrugtreatmentplan].Form.Requery
When I press F9, it updates. Shouldn't the code above do the same thing?
Thanks in advance,
Rookie.
Ps - frmdoctorvisit is a subform in frmGHClients; frmdrugtreatmentplan is a
form in frmdoctorvisit.