Hey all!
When I press ctrl+r I want to copy a couple values from the previous record (on a continuous form) into the current record. I figure you would use the KeyPress event for this, but I want the event to occur when ctrl+r is pressed while Me.TechName has the focus. I'm just a little confused about how to work the variables, etc in this KeyPress event.
For a bit more detail, the event is this: I want Me.TimeIn and Me.TimeOut to be populated with the same values as TimeIn and TimeOut in the record BEFORE in this continuous form. I'm also looking into how I would code that procedure, so any guidance on that is appreciated as well!
Thanks much,
Kevin
When I press ctrl+r I want to copy a couple values from the previous record (on a continuous form) into the current record. I figure you would use the KeyPress event for this, but I want the event to occur when ctrl+r is pressed while Me.TechName has the focus. I'm just a little confused about how to work the variables, etc in this KeyPress event.
For a bit more detail, the event is this: I want Me.TimeIn and Me.TimeOut to be populated with the same values as TimeIn and TimeOut in the record BEFORE in this continuous form. I'm also looking into how I would code that procedure, so any guidance on that is appreciated as well!
Thanks much,
Kevin