回答編集履歴
1
コード修正
answer
CHANGED
@@ -41,7 +41,7 @@
|
|
41
41
|
|
42
42
|
```vb
|
43
43
|
Dim frm As Form
|
44
|
-
Set frm = Me.Parent!F02_1_入力画面
|
44
|
+
Set frm = Me.Parent!F02_1_入力画面.Form
|
45
45
|
|
46
46
|
Dim txtName As String
|
47
47
|
txtName = "Txt_b"
|