& vbCrLf &
'一つでもNullがあったら警告 If IsNull(Me.txt1 + Me.txt2 + Me.txt3) Then MsgBox "txt1, txt2, txt3 はすべて入力必須です" End If 'すぺてNullだったら警告 If IsNull(Me.txt1 & Me.txt2 & Me.txt3) Then MsgBox "txt1, txt2, txt3 の中で一つ以上は入力してください" End If
下から選んでください: