I have input fields connected to an Access database table through a system DSN. When I save the page then view it in IE the form fields display the asp code. For example, my account number fields says
<%=(Additional.Fields.Item("Acct"
.Value)%>
I have another asp connected to another table in the database which works fine.
I'm using Dreamweaver MX to create the ASP.
Any idea what I'm missing here?
Thanks.
<%=(Additional.Fields.Item("Acct"
I have another asp connected to another table in the database which works fine.
I'm using Dreamweaver MX to create the ASP.
Any idea what I'm missing here?
Thanks.