Changes to db are not being populated to the forms

  • Thread starter Moving rpts from Access to Rptg Services
  • Start date
M

Moving rpts from Access to Rptg Services

I had to go back to the Access db and add new fields and need to know how to
make them show up on the forms. I'm sure there's an easier way to do this
than deleting and recreating the interface and forms.

I hard-coded the new fields into the details.asp page just for grins and I
could see them in the preview, but received and error when attempting to view
the page on the web:

ADODB.Recordset error '800a0cc1'
Item cannot be found in the collection corresponding to the requested name
or ordinal.
/karen/_fpclass/fpdblib.inc, line 48

Thank you,

Karen
 
K

Kathleen Anderson [MVP - FrontPage]

If you reimport the database into your web, it should update the global.asa;
also make sure you (re)verify the database connection.

--

~ Kathleen Anderson
Microsoft MVP - FrontPage
Spider Web Woman Designs
web: http://www.spiderwebwoman.com/resources/




"Moving rpts from Access to Rptg Services"
 
M

Moving rpts from Access to Rptg Services

Thank you, Kathleen. I'll give it a try.

Karen
 
Top