Hi,
I have a little problem linking tables. Yesterday i asked about linking them, and now i know how to do it, but i have another problem. I linked main form with another form:
Main Sub mnuSales_Click()
frmSales.show
frmMain.hide
end sub
It looks like that, I put hide command for main form becaouse i wanted it to hide, but it does not do it. Two forms stay and when i try to close main form it reappears again, and i can not use second form at all, the main form keeps itself activated all the time.
I compiled the program and run it, I could not close the main form at all, it kept reapearing.
Main form does not have any coding exept the one i showed, maybe something in properties?
Please help me, maybe i have to use another codes.
Thanks
I have a little problem linking tables. Yesterday i asked about linking them, and now i know how to do it, but i have another problem. I linked main form with another form:
Main Sub mnuSales_Click()
frmSales.show
frmMain.hide
end sub
It looks like that, I put hide command for main form becaouse i wanted it to hide, but it does not do it. Two forms stay and when i try to close main form it reappears again, and i can not use second form at all, the main form keeps itself activated all the time.
I compiled the program and run it, I could not close the main form at all, it kept reapearing.
Main form does not have any coding exept the one i showed, maybe something in properties?
Please help me, maybe i have to use another codes.
Thanks