jgoodman00
Programmer
- Jan 23, 2001
- 1,510
I am used to developing in VB6, but am fairly new to VB.net.
I am trying to use the data form wizard to create a form which will connect to a single table.
My project is called NWDB.
During the wizard I specified a new dataset called NWDB.
The connection is a Jet4 connection to an Access 2000 DB. The connection test succeeds.
I chose a single table to be displayed.
I chose to display a single record in individual controls.
All buttons were chosen.
The wizard seems to work correctly, but when I attempt to compile it errors saying:
Type 'NWDB.NWDB' is not defined.
James Goodman MCSE, MCDBA
I am trying to use the data form wizard to create a form which will connect to a single table.
My project is called NWDB.
During the wizard I specified a new dataset called NWDB.
The connection is a Jet4 connection to an Access 2000 DB. The connection test succeeds.
I chose a single table to be displayed.
I chose to display a single record in individual controls.
All buttons were chosen.
The wizard seems to work correctly, but when I attempt to compile it errors saying:
Type 'NWDB.NWDB' is not defined.
James Goodman MCSE, MCDBA