Copying functions from one form to another - ie Map button macro

  • Thread starter Thread starter Andy
  • Start date Start date
A

Andy

I am using the Contact management database and I am trying to set up a new
form and want to use the map button they have on one of the standard forms
provided in a new form. The map button will display directions and a
satilight map to the address from the address field.

How do I copy this from one form to another? I think it is an imbedded macro
or visiual basic deal.

Can someone help?

Thanks,
Andy
 
Hi Andy,

I presume that copying and pasting did not quite do it? If so, check
the original button's on click event. Click in the On Click line and then on
the little ... button to see the coding associated with the button. Copy
that coding to your copied button's on click event.

Hope that helps,

Clifford Bass
 
Back
Top