QUOTE(jayman9 @ 10 Jun, 2008 - 10:34 AM)

We can do even better than that, post your code and we will help you get it working.
Post the code that is inserting the data into your database.
Jayman, thank you for the response, here is the code
<h2>
<p class="style20">Feedback</p>
</h2>
<form action="" class="style10" method="post" style="width: 682px; height: 399px">
Full Name<input class="style11" name="Text1" style="width: 344px" type="text" /><br />
Address<input class="style12" name="Text6" style="width: 344px" type="text" /><br />
City<input class="style13" name="Text7" style="width: 156px" type="text" /><br />
State<input class="style14" name="Text8" style="width: 155px" type="text" /><br />
Zip<input class="style15" name="Text9" style="width: 156px; height: 25px" type="text" /><br />
Phone<input class="style16" name="Text10" style="width: 157px; height: 25px" type="text" /><br />
Alt. Phone<input class="style17" name="Text11" style="width: 156px; height: 24px" type="text" /><br />
Email<input class="style18" name="Text12" style="width: 265px" type="text" /><br />
Vacation Preference<input class="style19" name="Text13" style="width: 313px; height: 24px" type="text" /><br />
<br />
Suggestions<br />
<textarea name="TextArea1" style="width: 475px; height: 81px"></textarea><a href="../../../Express%20Holidays.mdb"><img id="img1" alt="Submit" height="20" onmousedown="FP_swapImg(0,0,/*id*/'img1',/*url*/'button7.jpg')" onmouseout="FP_swapImg(0,0,/*id*/'img1',/*url*/'button5.jpg')" onmouseover="FP_swapImg(0,0,/*id*/'img1',/*url*/'button6.jpg')" onmouseup="FP_swapImg(0,0,/*id*/'img1',/*url*/'button6.jpg')" src="button5.jpg" style="border: 0" width="100" /><!-- MSComment="ibutton" fp-style="fp-btn: Border Bottom 3; fp-font: Arial, Helvetica, sans-serif; fp-font-style: Bold; fp-font-size: 12; fp-preload: 0" fp-title="Submit" --></a><br />
<br />
<br />
<br />
</form>
QUOTE(PsychoCoder @ 10 Jun, 2008 - 10:34 AM)

First, what language and database are you using? Second, can you post the code you're currently using so we can see if we can help walk you through your troubles. When posting your code please put it inside code tags like so

PsychoCoder, I am using Expression Web not sure what language and Access database. Please see my reply to jayman for the code. Thank you for your reply.