Is it possible to pass arguments to a form (other than the optionval vb arguments "style" and "ownerform"
? If not, any workarounds? I want to open a form and load it with data for a particular customer. So it would be great if I could write:
CustForm.Show 1234
where "1234" is the customer ID and then in the OnLoad event I can use that ID to populate the form. help much appreciated. thanks! -brad
CustForm.Show 1234
where "1234" is the customer ID and then in the OnLoad event I can use that ID to populate the form. help much appreciated. thanks! -brad