Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

GUESTBOOK

Status
Not open for further replies.

GUJUm0deL

Programmer
Jan 16, 2001
3,676
US
How do I start making a guestbook in coldfusion using an acess database??
 
hey,

That's a pretty broad question. I think there is a thread back a couple of days (Maybe a week) that covered a few points about starting a guestbook.

I don't know how much you've planned but basically setup your database with the info you want to gather.

Make a form to collect the info. Insert the info into your database and you're done.

Is there something in particular you need help with?

 
yeah, after I have the BD done, in CF I get a error message saying that their'something wrong with the name field, but there isn't...the guestbook entirs don't display on the actionForm.cfm, the page where ALL the listings should appear after submitted, so anyone can view them...
 
OH yeah.

What exactly does it say is wrong with the name field? Have you checked to see if the fields are actually getting entered into the DataBase?

If they are not then you may want to check your form. IF there are fields that are not filled in the variables will not be sent and the CFInsert will fail.

Give us some code to fix. Show us the form and the action page and we'll do our best.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top