Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Yes you need to give us more information, can you output a single record to the page? Post the code for the page so we can have a lookcan anyone tell me where i am going wrong
<form name="form1" method="POST" action="<%=MM_editAction%>">
<input type="checkbox" name="checkbox" value="checkbox">
<input type="hidden" name="MM_update" value="form1">
<input type="hidden" name="MM_recordId" value="<%= rsT.Fields.Item("CustomerID").Value %>">
</form>