The following code is only returning a version number with .dll files. I am trying to determine the version of an access file. Any reccos?
----------------------------------------
Dim fso
Set fso = CreateObject("Scripting.FileSystemObject")
v = fso.GetFileVersion("C:\test.mdb")
msgbox v
I am using the code below to generate automatic e-mails from a form in Access. I had so many issues with the Outlook automation due to system differences, so I decided to use the approach mentioned in FAQ705-537. It works fine, except when it populates the e-mail, it will not put in a return...
I got a request to enable my personnel database to automatically update a powerpoint organization chart as personnel updates are made to the database. Anyone have any ideas on how to do this?
In my risk mgmt database, there is a main risk table that has a RiskID, RiskTitle, etc. I was asked to set up a way that we can identify related risk and show these related list on a form. For example, Risk 1 is related to Risk 2, Risk 1 is related to Risk 3, etc. but all the risks are in the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.