D
dennis giasson
I have a subform for which I want to have the previous
record's field value incremented and placed in the new
record's field. (Similar to ctrl + ', but with
incrementation). For example, on the subform, the user
wants to take the previous field value, say 123, and fill
in the present field value with 124, by using a ctrl + i
key combination.
Can this 'easily' be done with VB? I have tried using
recordsetclones, but with Access 97, recordsetclones are
not supported for subforms (as they are with forms). I
also tried using sendkeys, but that didn't work!
Thanks in advance
Cheers,
Dennis
record's field value incremented and placed in the new
record's field. (Similar to ctrl + ', but with
incrementation). For example, on the subform, the user
wants to take the previous field value, say 123, and fill
in the present field value with 124, by using a ctrl + i
key combination.
Can this 'easily' be done with VB? I have tried using
recordsetclones, but with Access 97, recordsetclones are
not supported for subforms (as they are with forms). I
also tried using sendkeys, but that didn't work!
Thanks in advance
Cheers,
Dennis