G
Guest
I have a form with two sub forms. I am trying to take the value inputed from
one field in table a and have it autofill into another field in a different
table. I have tried using a macro where I did a set value from table a to
table b and I have also tried an Event procedure doing the same thing. I have
put the macro and the envent procedure into the properties of the field in
table b. I put the macro and then tried the event procedure in the Event
Property control of OnClick which I assume means that when I click on the
field in table b, the update from table a should occur.
I don't know VBA very well. I am using the Online help from Access 2003 to
come up with the code.
one field in table a and have it autofill into another field in a different
table. I have tried using a macro where I did a set value from table a to
table b and I have also tried an Event procedure doing the same thing. I have
put the macro and the envent procedure into the properties of the field in
table b. I put the macro and then tried the event procedure in the Event
Property control of OnClick which I assume means that when I click on the
field in table b, the update from table a should occur.
I don't know VBA very well. I am using the Online help from Access 2003 to
come up with the code.