According to the help file frm.Show does not support named parameters. Is there any way of passing these parameters without resorting to global variables. In Access you can use

Me.openargs

to get any parameters. Is there a similar command in VB?

Thanks

Andrew