Option Compare Database
Option Explicit
'++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
'サブフォームとサブフォームのコントロールにアクセスする
'++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Private Sub コマンド0_Click()
With Me.埋め込み1.Form
.AllowAdditions = False
With .txt条件3
.value = "hoge"
End With
End With
End Sub