Creating function behind Icon on Toolbar

M

Marcel Stoop

Hi everyone

I hope someone could point me in the right direction.

For my Access Application I created a new Tool bar with some Icons: "Copy"
and "Paste" icon.
I want that those Icons work like a normal Copy / Past button. Unfortunately
I do not have a clue how to programm those Icons.

Does Access have some ready to use copy past macro's, or do I have to creat
a new Function. And if so, I would be happy if I could get an example.

Thanks for the help
 
R

Rick Brandt

Marcel said:
Hi everyone

I hope someone could point me in the right direction.

For my Access Application I created a new Tool bar with some Icons:
"Copy" and "Paste" icon.
I want that those Icons work like a normal Copy / Past button.
Unfortunately I do not have a clue how to programm those Icons.

Does Access have some ready to use copy past macro's, or do I have to
creat a new Function. And if so, I would be happy if I could get an
example.

Thanks for the help

You could have just copied the Copy and Paste buttons from the built in
toolbar.
 
M

Marcel Stoop

That's what I have done
But, when I start the Application the Icon is read only. The icon is only
enabled when I'm in the access develop mode
 
Top