I have imported an access database into a frontpage web site.
I have created a pick page and a display page using database results wizard, but when I publish I get the following message:
Microsoft VBScript runtime error '800a000d'
Type mismatch: 'FP_FieldVal'
/health_display.asp, line 53
I tried importing the northwind database and creating a pick page and display page for it, and it works fine, so I know it can't be anything to do with the asp support.
The database has one table on it, with an auto id field, a name field and an address field. The auto ID field is called LinkID . There was an underscore in the field name to begin with but I wondered if that might be causing a problem so I changed it, but it still doesn't work. I originally tried having the pick list from a query, but that didn't work either.
It would be great if someone could help, as I don't know what else to try.
Thanks
I have created a pick page and a display page using database results wizard, but when I publish I get the following message:
Microsoft VBScript runtime error '800a000d'
Type mismatch: 'FP_FieldVal'
/health_display.asp, line 53
I tried importing the northwind database and creating a pick page and display page for it, and it works fine, so I know it can't be anything to do with the asp support.
The database has one table on it, with an auto id field, a name field and an address field. The auto ID field is called LinkID . There was an underscore in the field name to begin with but I wondered if that might be causing a problem so I changed it, but it still doesn't work. I originally tried having the pick list from a query, but that didn't work either.
It would be great if someone could help, as I don't know what else to try.
Thanks