Hi, i am attempting to add a counter to an input form and display the current counter value as the user continues to update records. I have some basic code which seems to work BUT I would like to store the counter value in a table field so that if the form is closed and reopened the value reverts back to the same counter value and not 1!!here's the code;
Me!txtCounter = Me!txtCounter + 1
Does anyone have any useful code for a newbie?
thanks
Simon
Me!txtCounter = Me!txtCounter + 1
Does anyone have any useful code for a newbie?
thanks
Simon