Is it possible to check what version of Acess is running / installed on a computer? reidarT
R reidarT Nov 26, 2006 #1 Is it possible to check what version of Acess is running / installed on a computer? reidarT
R ruralguy via AccessMonster.com Nov 26, 2006 #2 From VBA Help: MsgBox "You are currently running Microsoft Access, " _ & " version " & Application.Version & ", build " _ & Application.Build & "."
From VBA Help: MsgBox "You are currently running Microsoft Access, " _ & " version " & Application.Version & ", build " _ & Application.Build & "."