【发布时间】:2021-04-27 01:06:20
【问题描述】:
我有下面的代码,当它运行更新 14 个表时,想知道如何使用下面模板中的文本框显示一条消息,显示潜艇是否成功结束。
[Private Sub Command0_Click()
'Sub 1
A_Forecast
'Text box showing the msg OK or failed
A_ForecastTxt "OK" or "Not"
'Sub 2
B_Forecast
'Text box showing the msg OK or failed
B_ForecastTxt "OK" or "Not"
End Sub][1]
【问题讨论】:
标签: vba ms-access-2013