Connecting Tech Pros Worldwide Forums | Help | Site Map

Record manipulation

John
Guest
 
Posts: n/a
#1: Nov 12 '05
Hi

How can I move form A to the last record from form B programmatically?

Thanks

Regards




Trevor Best
Guest
 
Posts: n/a
#2: Nov 12 '05

re: Record manipulation


John wrote:
[color=blue]
> Hi
>
> How can I move form A to the last record from form B programmatically?
>
> Thanks
>
> Regards
>
>
>[/color]
With Me.RecordsetClone
.MoveLast
Me.Bookmark = .bookmark
End With

--
But why is the Rum gone?
Closed Thread