Hello,
Does anybody know how to set a form bookmark to the new record position?
I have a form with datasheet view. I would like to have my record selector positioned at the last line where you can start adding record.
So far, I've tried to do :
set rs = me.recordsetclone
rs.move 1,adbookmarklast
me.book = rs.bookmark
rs.close
the record selector is still in the first position.
Why is it not moving to the specified record?
Any idea?
Thanks a lot.
Does anybody know how to set a form bookmark to the new record position?
I have a form with datasheet view. I would like to have my record selector positioned at the last line where you can start adding record.
So far, I've tried to do :
set rs = me.recordsetclone
rs.move 1,adbookmarklast
me.book = rs.bookmark
rs.close
the record selector is still in the first position.
Why is it not moving to the specified record?
Any idea?
Thanks a lot.