This just refreshes the datasheet.
The only line which does anything in this event is:
> Me.Parent![Submittal Subform].Requery
You can add another line in the same place like this
me.parent![RFI Subform].requery
(david)
> I have the following code in an Event Procedure in a "on Current" part of the
> form.
[quoted text clipped - 34 lines]
>
> End Sub
Tom B - 09 Jan 2006 14:30 GMT
I'm looking for both forms to refresh, how can I incorporate both lines in
that code?
> This just refreshes the datasheet.
>
[quoted text clipped - 47 lines]
> >
> > End Sub
david epsom dot com dot au - 09 Jan 2006 21:46 GMT
> I'm looking for both forms to refresh, how can I incorporate both lines
You can add the other line in the same place.
(david)
> I'm looking for both forms to refresh, how can I incorporate both lines in
> that code?
[quoted text clipped - 54 lines]
>> >
>> > End Sub