projecttoday
Programmer
I need to "reset" a form after running some append queries from a command button on it. If I do:
gocmd.GotoRecord ... recnum
it takes me to the record that is numbered recnum starting from the beginnning of the query. What I need is to go a record with a specific key value (which happens to be the record it is on!) Is there a way to do this? If not, is there a way to access the current record number?
Robert
gocmd.GotoRecord ... recnum
it takes me to the record that is numbered recnum starting from the beginnning of the query. What I need is to go a record with a specific key value (which happens to be the record it is on!) Is there a way to do this? If not, is there a way to access the current record number?
Robert