G
Guest
I am new to VBA and am learning. But I need to get beyond this problem to
get up and running.
I want to be able to allow the user to enter a date in a field on a form
(call it a posting date) in the first record of the data-entry-session (not
necessarily the first record in the underlying table). Once that is done, I
want the subsequent new record to be able to use the date from the user's
first record as the default value for the current (new) record.
If the user should change the date after, say the third or fourth record,
the program should remember the new date and make it the new default value
for the user's next (new) and subsequent records until it is changed again by
the user.
I don't seem to be able to find any literature on this 'ditto' dillema!
I would appreciate any input on this problem. Thanks in advance.
get up and running.
I want to be able to allow the user to enter a date in a field on a form
(call it a posting date) in the first record of the data-entry-session (not
necessarily the first record in the underlying table). Once that is done, I
want the subsequent new record to be able to use the date from the user's
first record as the default value for the current (new) record.
If the user should change the date after, say the third or fourth record,
the program should remember the new date and make it the new default value
for the user's next (new) and subsequent records until it is changed again by
the user.
I don't seem to be able to find any literature on this 'ditto' dillema!
I would appreciate any input on this problem. Thanks in advance.