Yukarıda mevcut kodlarla notları ekliyor, güncelliyor, ancak sayfa ilk açıldığında, notlar boş olduğunda malesef yapılmıyor.
kodlar..... notları eklemesi için post ettiğim kodlar:
<%@ Language="VBScript" %>
<% Option Explicit %>
<!--#include file="oktayconn.asp"-->
<%
Dim i,rS,Mesaj
If Request.Form("islem" )="Guncelle" Then
For i = 683 To 1000
Set rS = baglanti.Execute("Update users Set not1='" & Request.Form("not1" & i) & "',not2='" & Request.Form("not2" & i) & "',not3='" & Request.Form("not3" & i) & "',not4='" & Request.Form("not4" & i) & "' WHERE uID=" &i)
Next
End If
Mesaj="Tebrikler,notları başarıyla güncellediniz

"
%>
<%
Response.Redirect("rapornot.asp")
%>
---------------------------------------------
Eğer notları access te girerek yayınlarsam hata almıyorum..... ve aşağıdaki gibi problemsiz. Hesaplamayıda yapıyor, notları da gösteriyor.