Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

programatically find Access version

Status
Not open for further replies.

AliThePro

Mechanical
Joined
Jan 13, 2005
Messages
57
Does anybody know how to programatically find out the version of the microsoft access in VBA?
thanks.
 
CurrentDb.Version returns the version of the database
 
I need to differentiate between the versions of Access executabe that are running on different machines (there are more than one version of the access in the company, some users run 2000 while others use 2003). The database is centeralized and I don't have any problem with the database version. Is there anyway to find out the version of the Access itself?

Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top