T
Tony G
l have a database with auto numbering, l use this number
to link all sub forms. to get the next number l use
rs.movelast
Id = rs + 1
this has been work right up til now, rs does not return
the next number. It always returns number 535, is there
any way l can fix this.
TYIA
Tony G
to link all sub forms. to get the next number l use
rs.movelast
Id = rs + 1
this has been work right up til now, rs does not return
the next number. It always returns number 535, is there
any way l can fix this.
TYIA
Tony G