質問編集履歴

2

123

2021/02/11 04:29

投稿

ad.sys.soleil
ad.sys.soleil

スコア28

test CHANGED
File without changes
test CHANGED
@@ -39,3 +39,17 @@
39
39
  objQuery.SQL = strSQL
40
40
 
41
41
  ```
42
+
43
+ p.s.並び替えのVBAなら反映される。
44
+
45
+ ```VBA
46
+
47
+ Me.OrderBy = "LOTNO"
48
+
49
+ Me.OrderByOn = True
50
+
51
+ Me.OrderBy = ""
52
+
53
+ Me.OrderByOn = False
54
+
55
+ ```

1

123

2021/02/11 04:29

投稿

ad.sys.soleil
ad.sys.soleil

スコア28

test CHANGED
File without changes
test CHANGED
@@ -18,6 +18,8 @@
18
18
 
19
19
  フォーム:Form1 (QueryTBLより一覧表示)
20
20
 
21
+ Access2007
22
+
21
23
 
22
24
 
23
25
  (運用手順)