Heythere82
Registered User.
- Local time
- Today, 13:09
- Joined
- Feb 17, 2016
- Messages
- 14
I have an Edit button next to each record on my continuous form. I would like the edit button to open that specific record in a separate form so the record can be altered and updated.
I know the easiest option is to just make the controls editable on the continuous form...This inst an option because the continuous form is re-querying every second on a timer event (in order to populate a elapsed time for each record). If you click on anything on the form, focus immediately moves back to the current record at the top of the form the next second. (maybe there's a way to fix this?)
Is there any way to have a edit button that takes me to that specific record?
I must be overlooking something obvious because this seems like a issue that must happen a lot.
I know the easiest option is to just make the controls editable on the continuous form...This inst an option because the continuous form is re-querying every second on a timer event (in order to populate a elapsed time for each record). If you click on anything on the form, focus immediately moves back to the current record at the top of the form the next second. (maybe there's a way to fix this?)
Is there any way to have a edit button that takes me to that specific record?
I must be overlooking something obvious because this seems like a issue that must happen a lot.
