Msgbox

G

Gary

Hi all

Does anyone know of a way of putting custom text on the buttons of a
msgbox?? I would like them to read Print, Preview and Cancel??

I'm using Access 2000

Many thanks in advance


Gary
 
A

Alex Ivanov

A simplier solution would be to create an unbound form and add three buttons
to it - Print, Preview and Cancel.
Then in a standard module create a function, ie MsgBoxX that open the form
modally and returns the value of the clicked button.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top