VBA question

  • Thread starter Thread starter Ronald M. DesJardins
  • Start date Start date
R

Ronald M. DesJardins

OK,

I have created code (VBA) (Thanks to the advise of Cheryl
Fischer) that will export data from a form to a MS WORD
(.DOT) file... ITworks perftectly...

Now I am trying to create some code that will set the
value of a Check box in accordance to the value with the
form. I have done some reading and looked it up, however
I am still oblivious...

Any advice would be appreciated.
 
Now I am trying to create some
code that will set the value of a
Check box in accordance to the
value with the form.
..
I don't understand what you mean "set... in accordance to the value with the
form", specifically, "the value with the form". Also, is it a bound form
(that is with a RecordSource for the Form and Control Sources for the
Controls) or unbound? If the former, is the Check Box bound to a field in
the record, or is it unbound? Could you clarify?
 
Back
Top