D
Dee Nixon
I have a MS Access XP database. Within the database is a form with general
information on it. I will call it the Info form just to make it easier.
There is a button on the Info form that opens another form, I will call it
Additional Info form, created from another table within the database. I am
trying to force a field in the Info form to populate based on check box data
in the Additional Info Form.
Ex.
If additionalinfoform.box X = true then
infoform.fieldX = "yes"
I have done simular things in other forms, but the information was always
from the same table within the same form. This time I am trying to do it
from a linked table and form. I am out of ideas. Any help would be greatly
appreciated.
information on it. I will call it the Info form just to make it easier.
There is a button on the Info form that opens another form, I will call it
Additional Info form, created from another table within the database. I am
trying to force a field in the Info form to populate based on check box data
in the Additional Info Form.
Ex.
If additionalinfoform.box X = true then
infoform.fieldX = "yes"
I have done simular things in other forms, but the information was always
from the same table within the same form. This time I am trying to do it
from a linked table and form. I am out of ideas. Any help would be greatly
appreciated.