M
mscertified
I'm diagnosing a problem with a database. It is using this code to save the
current record on a form:
DoCmd.Echo False
x = GotoRecord("Previous")
y = GotoRecord("Next")
DoCmd.Echo True
Is there a better way to do this? It seems that sometimes the record is not
being saved. Obviously if the record is the first or only record this code
will fail, but I don't think that is happening here.
current record on a form:
DoCmd.Echo False
x = GotoRecord("Previous")
y = GotoRecord("Next")
DoCmd.Echo True
Is there a better way to do this? It seems that sometimes the record is not
being saved. Obviously if the record is the first or only record this code
will fail, but I don't think that is happening here.