using subform current event I can use:
Application.RunCommand acCmdSelectRecord
to highligt a datasheet row ... is there a simple way to then unhighlight the row when the subform is not in focus ... I basically want to see the highlighted row only when the subform is in focus
A requery of the subform from the parent only appears to clear this higlighted line if there is recordclone.recordcount = 0 ... which would mean doing a dumby requery to a blank record then another requery to the current record block
it becomes a bit confusing to determine when a calendar object or the subform is in focus when the row is inconsistantly highlighted
Application.RunCommand acCmdSelectRecord
to highligt a datasheet row ... is there a simple way to then unhighlight the row when the subform is not in focus ... I basically want to see the highlighted row only when the subform is in focus
A requery of the subform from the parent only appears to clear this higlighted line if there is recordclone.recordcount = 0 ... which would mean doing a dumby requery to a blank record then another requery to the current record block
it becomes a bit confusing to determine when a calendar object or the subform is in focus when the row is inconsistantly highlighted