Hi All:
I have a form that has a data source set to a simple query off of a table. The form has a subform that has a child/parent relationship (date filed). The subform has conditional formatting set for all of the fields. Moving through the records with a simple DoCmd.GoToRecord , , acNext (or previous) works fine. The subform updates correctly and the conditional formatting works fine.
I also have an unbound textbox that uses a datepicker to populate it. The after update event is set to either filter the form or find the next record with the date entered (I have tried both--obviously not at the same time). The form is either filtered correctly or finds the correct record, but it seems to hang and not apply the conditional formatting until I click on the form tab or a control on the form.
It is baffling to me why it works flawlessly when moving to the next/previous record, but not when trying to navigate to a specific record. DOes anyone have a solution for this? I am using Access 2007.
Thanks,
DrJohn61
I have a form that has a data source set to a simple query off of a table. The form has a subform that has a child/parent relationship (date filed). The subform has conditional formatting set for all of the fields. Moving through the records with a simple DoCmd.GoToRecord , , acNext (or previous) works fine. The subform updates correctly and the conditional formatting works fine.
I also have an unbound textbox that uses a datepicker to populate it. The after update event is set to either filter the form or find the next record with the date entered (I have tried both--obviously not at the same time). The form is either filtered correctly or finds the correct record, but it seems to hang and not apply the conditional formatting until I click on the form tab or a control on the form.
It is baffling to me why it works flawlessly when moving to the next/previous record, but not when trying to navigate to a specific record. DOes anyone have a solution for this? I am using Access 2007.
Thanks,
DrJohn61