get access edition

Joined
Dec 17, 2007
Messages
57
Reaction score
0
Access version and build number

Is this what you mean when you say edition?

Code:
Sub testTips1()
'The following example displays the version and build number of the currently-installed copy of Microsoft Access.

MsgBox "You are currently running Microsoft Access, " _
	& " version " & Application.Version & ", build " _
	& Application.Build & "."

End Sub
 

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