So, Access is really dummy...
If you enlarge a fields, it doesnt put the next one go away...
So, I tried to make a Sub for going to the next record, It works in access form, but not in web pages.
It wrote this :
<SCRIPT language=vbs>
Sub TestGo(Value As Integer)
Dim Record2 As New...