D
deiopajw
I have a form called frm_main
It has a macro which opens up another form (frm_main2).
While main2 is open , frm_main is still open in the background.
The idea is to add data in frm_main2 then close frm_main2. I would then like
to see frm_main reflect the change made in frm_main2 without having to close
frm_main and open it up again.
The two forms are linked to a common primary key field QuoteNo
How can i refresh frm_main ?
It has a macro which opens up another form (frm_main2).
While main2 is open , frm_main is still open in the background.
The idea is to add data in frm_main2 then close frm_main2. I would then like
to see frm_main reflect the change made in frm_main2 without having to close
frm_main and open it up again.
The two forms are linked to a common primary key field QuoteNo
How can i refresh frm_main ?