I wonder if anyone can help, I'm trying to convert a access 2000 db to 2003 and keep getting an activeX error on the following code:
Private Sub FillOptions()
' Fill in the options for this switchboard page.
' The number of buttons on the form.
Const conNumButtons = 8
Dim con...