Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は給与計算の仕事をしていMS Accessます.Access で既に作成されているクエリを VBA 関数内で呼び出すにはどうすればよいですか?
MS Access
Public Function InsertAndUpdate() //i want my queries here for conditioning End Function
Dim dbs As DAO.Database Dim rs As DAO.Recordset Set dbs = CurrentDb Set rs = dbs.OpenRecordset("Your_Query_Name")