Just a note on one way of accomplishing this:
Dim objAccess As Object = CreateObject("Access.Application")
objAccess.OpenCurrentDatabase(strFileName)
objAccess.Visible = True
objAccess.DoCmd.Maximize()
objAccess.DoCmd.OpenTable(strTableName)
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment