G
Guest
I have a Continous SubForm on a Tab Page where I want to keep a running
record of how many times the form has been used. The Form is used as a quiz
answer form with the answers provided by another SubForm on the same Tab
Page. The idea is that I can show the user how many times they have attempted
the quiz. How would I build a control mechanism for this, I assume I would
need a seperate table to hold the incrementing number, I have this code on a
test button at the moment:
Forms.Runs.[WayPoint_Test_Register subform].Form.WayPoint_Test_Reg_No =
WayPoint_Test_Reg_No + 1
but I can’t seem to build a solution that increments, It never goes past
‘1’. I think I’m overlooking a fundemental point here, but can’t figure what
it is?...
record of how many times the form has been used. The Form is used as a quiz
answer form with the answers provided by another SubForm on the same Tab
Page. The idea is that I can show the user how many times they have attempted
the quiz. How would I build a control mechanism for this, I assume I would
need a seperate table to hold the incrementing number, I have this code on a
test button at the moment:
Forms.Runs.[WayPoint_Test_Register subform].Form.WayPoint_Test_Reg_No =
WayPoint_Test_Reg_No + 1
but I can’t seem to build a solution that increments, It never goes past
‘1’. I think I’m overlooking a fundemental point here, but can’t figure what
it is?...