I am new to programming. I have created a simple form that adds a "customer name" to a access database. This works fine when its locally on my machine, but once put onto a server the data isn't added to my database. I am not sure what I am missing, any help
would be great. Thanks
<form id="form1" runat="server" method="post">
<div style="text-align: Left; font-weight: 700; font-size: x-large; font-family: Arial, Helvetica, sans-serif""; class="auto-style8">
Add Request Information
</div>
<table style="width: 30%; height: 87px;" border="1">
<tr>
<td class="auto-style5" style="background-color:rgb(225, 208, 187)">
<asp:Label ID="Label2" runat="server" Text="Customer Name" Font-Bold="True"></asp:Label>
<td class="a ...
Go to the complete details ...