Hi,
if you use Current event - values of bound controls are values of current
record
--
Best regards,
___________
Alex Dybenko (MVP)
http://accessblog.net
http://www.PointLtd.com
"ctdak" <(E-Mail Removed)> wrote in message
news:3D4CC5B3-9E9F-4DE1-A1BE-(E-Mail Removed)...
> I have a form with a table behind it that is in continuous form view. I
> need
> to be able to programmatically address the record that the user has the
> cursor in at the present. Is there any way to do this programattically in
> continuous form view? (Currently my code for this form is all related to
> form events or command buttons.)
>
> ctdak