N
NEWER USER
I have a Message box that appears when called and it about 10" wide on
screen. Any ideas on how I might shorten the width?
If (MsgBox("When Primary and Alternate Parts have the same Brand and no
other Alternate selected, values will not be reset. Continue and Filter
Alternates again to manually edit values.", 273, "Warning") <> 1) Then
'Clear Order Values
DoCmd.CancelEvent
Exit Sub
End If
screen. Any ideas on how I might shorten the width?
If (MsgBox("When Primary and Alternate Parts have the same Brand and no
other Alternate selected, values will not be reset. Continue and Filter
Alternates again to manually edit values.", 273, "Warning") <> 1) Then
'Clear Order Values
DoCmd.CancelEvent
Exit Sub
End If