R
Rosebud
I have a form that contains a control [CourseCategory]. There's another
control [Category] on the same form. For new records, I'd like the value of
Category to default to the value of CourseCategory. I've tried setting the
Default Value property of Category to CourseCategory but that doesn't seem to
work. I read somewhere that this might be because the form doesn't know the
value of CourseCategory until after the update. So I tried using SetValue in
a macro that runs AfterUpdate. No luck there either. This sounds like it
should be simple but I've spent hours on it. Help please! And I'm not a
coder so I'd prefer an answer that doesn't involve writing code. Thanks.
control [Category] on the same form. For new records, I'd like the value of
Category to default to the value of CourseCategory. I've tried setting the
Default Value property of Category to CourseCategory but that doesn't seem to
work. I read somewhere that this might be because the form doesn't know the
value of CourseCategory until after the update. So I tried using SetValue in
a macro that runs AfterUpdate. No luck there either. This sounds like it
should be simple but I've spent hours on it. Help please! And I'm not a
coder so I'd prefer an answer that doesn't involve writing code. Thanks.