hi there
can any body help me regarding this
Dim LCounter As Integer
For LCounter = 1 To 3
DoCmd.RunSQL "INSERT INTO MarksDistribution ([class]) VALUES (1)"
MsgBox (LCounter)
Next LCounter
above query work fine for hard coded value but
i want LCounter as Value to insert in table instead of 1
Thanks