M
Michael West
Hello,
I don't think this will be too challenging for some of you.
I have a form where the user selects a value in a list box.
Based on the choice, I want to programmatically insert the
current date in one of several possible date fields. These
date fields are in the same table and are displayed on the
same form as the list box.
So:
If user selects value A
insert current date in "A Date" field
If user selects value B
insert current date in "B Date" field
etc.
(Those aren't the real field names, by the way).
Could somebody suggest the code I need, and which
event it should be tied to?
Thank you.
I don't think this will be too challenging for some of you.
I have a form where the user selects a value in a list box.
Based on the choice, I want to programmatically insert the
current date in one of several possible date fields. These
date fields are in the same table and are displayed on the
same form as the list box.
So:
If user selects value A
insert current date in "A Date" field
If user selects value B
insert current date in "B Date" field
etc.
(Those aren't the real field names, by the way).
Could somebody suggest the code I need, and which
event it should be tied to?
Thank you.