.frm, .grx, and .frx files

  • Thread starter Thread starter cpaulw
  • Start date Start date
C

cpaulw

I have inherited a Microsoft Access application. It has
no modules or macros or even reports but it does have a
separate folder with files that end in .frm, .frx,
and .grx among others. HOw do I invoke these so I can
learn the application? Some clearly contain VB code as
well as SQL code but they are not "linked" to the Access
database. Any help will be greatly appreciated.

CPaulW
 
I don't know about the grx file, but the frm and frx files are Visual Basic files.

So, you do *not* have an Access application. You have a Visual Basic application.

If you see an mdb file, Visual Basic programs frequently use the Jet data section (i.e. the tables) from it.

--

Sco

M.L. "Sco" Scofield, MCSD, MCP, MSS, Access MVP, A+
Useful Metric Conversion #16 of 19: 2 monograms = 1 diagram
Miscellaneous Access and VB "stuff" at www.ScoBiz.com
 
Back
Top