I have three fields in a form (not the same fields I described in a previous post) which will often be sequential (one-time) repeats of the same field in the previous record. I know I can use the Ctrl+' feature to repeat the data from the previous field, but I'd like to make it even easier and quicker.
What I'd like to do is (I'm assuming through an AfterUpdate Event Procedure), if the field tests true for being empty, to then have it repeat the field immediately precediing record. What is the simplest way to accomplish this? I thought I'd have to use a DLookup or DLast statement and have to somehow get the record ID from the previous field but I haven't been successful in doing that. Meanwhile, I've created a quirky workaround using dummy fields but it makes for a very cumbersome looking form and I just know there's an easier way. FYI, one field is a numerical combo box, another a date field, and another a text field.
Thanks in advance!
Karen Schouest
What I'd like to do is (I'm assuming through an AfterUpdate Event Procedure), if the field tests true for being empty, to then have it repeat the field immediately precediing record. What is the simplest way to accomplish this? I thought I'd have to use a DLookup or DLast statement and have to somehow get the record ID from the previous field but I haven't been successful in doing that. Meanwhile, I've created a quirky workaround using dummy fields but it makes for a very cumbersome looking form and I just know there's an easier way. FYI, one field is a numerical combo box, another a date field, and another a text field.
Thanks in advance!
Karen Schouest