VBA MsgBox & Access 2003 New Design Look

  • Thread starter Thread starter Stuart Jordan
  • Start date Start date
S

Stuart Jordan

I have upgraded to Access 2003 and converted my database to 2003 version.
Whilst all the forms/toolbars etc all have the 2003 new design look, Msgbox
functions called from VBA still show buttons in the old design. Is this
normal?
 
Hi,
what you can do - is to make your own message box using access form, opened
in dialog mode and make your own function msgbox
 
Back
Top