Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
アクセスでフォームを作成しようとしていますが、オプション ボックスが [いいえ] として選択されている場合は、テキスト ボックスへのユーザー入力をブロックする必要があります。
OptionBox の AfterUpdate イベントに次のステートメントを挿入します。 Me.TextBox.Enabled = Not Me.OptionBox.Value
Me.TextBox.Enabled = Not Me.OptionBox.Value