回答編集履歴
1
修正漏れ
test
CHANGED
@@ -10,7 +10,7 @@
|
|
10
10
|
|
11
11
|
Forms![F_メニュー]![Txt_ログインユーザー名] = Fm.Txt_ログインユーザー名.Value
|
12
12
|
|
13
|
-
DoCmd.Close acForm,
|
13
|
+
DoCmd.Close acForm, Fm.Name
|
14
14
|
|
15
15
|
End Sub
|
16
16
|
|