I understand how to call a function or subroutine with an argument.
Call Sub_Name ("argument")
How do I open a form with an argument. I have a form that I would like to open with different record source, hide or display different columns, change the caption of a few labels etc... The best way I can think of doing this is to open it with an argument since I am changing more than the record source.
Thank you in advance,
Call Sub_Name ("argument")
How do I open a form with an argument. I have a form that I would like to open with different record source, hide or display different columns, change the caption of a few labels etc... The best way I can think of doing this is to open it with an argument since I am changing more than the record source.
Thank you in advance,
Last edited: