dim dbsmybe as database

  • Thread starter Thread starter Jan
  • Start date Start date
J

Jan

xp vb 6.3 access 2002

I get the error user defined type not defined
Database option does not even appear on the dropdown after
typing dim dbsmyne as
Am i missing a reference to a library? If so what is it
called
 
Hi,

in the VBA editor choose Tools|References and
select 'Microsoft DAO 3,6 Object Library'. If you will
not be using ADO you can unselect this option.

hth

chas
 
Back
Top