Found my own solution for those care. In the line "Set db1=" I removed the
quotes from dbLangGeneral.
The newline is nowSet db1 = wk1.CreateDatabase(CommonDialog1.filename,
dbLangGeneral)
All work perfect from there.
Quote:
> What I am trying to do is to Create an Access database file from a Drop
down
> menu File-New. So I set a common dialog control on the form
> and made the menu. The Problem is that when ran it I get "can't find
> installable ISAM". What the heck is an ISAM - I cna't find this anywhere.
> Everyting appears to be right from the books I've been reading. My
question
> is - has anyone had this problem before or if not does anyone know how you
> locate a 'installable ISAM' and what it is.
> Thanks for your help.