G
Guest
Can some explain how I can do this or point me in the right direction please
I have a frmMain with buttons to allow maintenance of various data tables. The tables all have the same format so I would like to reuse the code for displaying, etc. To do this I have a frmSystemTblEdit
How do I pass a variable from frmMain to frmSystemTblEdit indicating which table to use? I've tried various definitions of parameters in frmMain but they aren't recognized in the other form (class)
TIA
I have a frmMain with buttons to allow maintenance of various data tables. The tables all have the same format so I would like to reuse the code for displaying, etc. To do this I have a frmSystemTblEdit
How do I pass a variable from frmMain to frmSystemTblEdit indicating which table to use? I've tried various definitions of parameters in frmMain but they aren't recognized in the other form (class)
TIA