hyperlinks vs command buttons

L

LMB

I went to a class in access 2003 and they suggested using hyperliks to
navigate to reports, forms etc...it seems really simple and worked well.
What would be the drawback from doing this?

Thanks,
Linda
 
B

Brendan Reynolds

It's less flexible. The OpenForm method has six optional arguments that you
can use to specify how the form or report should be displayed and what data
it should contain. Hyperlinks don't offer the same versatility.
 
Top