I designed a little form to demonstrate OpenArgs. Go to the debug window and type in:
docmd.OpenForm "frmOpenArgsDemo",acNormal,,,,acWindowNormal,"OpenArg1=OpenArgVal1;CarVal=$12345.92;Color=Blue;"
The code behind form shown above runs the show here. It isn't doing anything particularly...