回答編集履歴

1

修正

2020/06/11 02:59

投稿

sazi
sazi

スコア25327

test CHANGED
@@ -12,7 +12,7 @@
12
12
 
13
13
  Set ltb = CurrentDb.TableDefs(ltbnm)
14
14
 
15
- If .Attributes And dbAttachedTable Then
15
+ If ltb.Attributes And dbAttachedTable Then
16
16
 
17
17
  ltb.Connect = ";DATABASE=" & fpath
18
18