I recently updated my computer to windows xp and office xp. When I tried to open a database program that I had written, I got the following Error:
Compile error:
User-defined type not defined
when I hit ok the visual basic screen came up with the following line highlighted.
Private Sub FillOptions()
' Fill in the options for this switchboard page.
' The number of buttons on the form.
Const conNumButtons = 15
Dim dbs As Database
Any suggestion would be appreciated.
thanks
Barry
Compile error:
User-defined type not defined
when I hit ok the visual basic screen came up with the following line highlighted.
Private Sub FillOptions()
' Fill in the options for this switchboard page.
' The number of buttons on the form.
Const conNumButtons = 15
Dim dbs As Database
Any suggestion would be appreciated.
thanks
Barry