M
msmuzila
is there a way to automatically cancel the parameter message box on a
form open?
Thanks
Matt
form open?
Thanks
Matt
SQL, then copy and paste into a message.
this is what i put in the crosstab criteria for the parameter
IIf(IsNull([forms]![Part_Monthly]![Combo36]),1010,[forms]![Part_Monthly]![Combo36])
when i open my form it still asks me for
[forms]![Part_Monthly]![Combo36]
when i hit cancel on this message box, it goes to the correct spot, so
is there a way to automatically cancel the parameter message box?