Hey guys, quick question,
I have a continous form that I'm trying to number like;
1
2
3 (ect..)
I have came up with a way that works, but I'm sure that I'm over complicating it.
I have a [recordcounter] field with a default value of 1, and a text box in the footer with the control source =sum[recordcounter] then some vba that pulls that sum and makes it the value of my [recordnumber] field.
It works.. kinda but it's slow and sometimes doesn't update right. please someone help me find a better solution to do this!
thank you!
I have a continous form that I'm trying to number like;
1
2
3 (ect..)
I have came up with a way that works, but I'm sure that I'm over complicating it.
I have a [recordcounter] field with a default value of 1, and a text box in the footer with the control source =sum[recordcounter] then some vba that pulls that sum and makes it the value of my [recordnumber] field.
It works.. kinda but it's slow and sometimes doesn't update right. please someone help me find a better solution to do this!

thank you!