When writing code in previous version of Microsoft Access, the database object could be dimensioned with the following line:
Dim dbs As Database
That line now cause a compile error. MS Access is able to find the reference by changing it to:
Dim dbs As DAO.Database
Subscribe to:
Post Comments (Atom)
Making Stairs with Landing Revit
This is a really good video, super simple for making stairs in revit with a landing: https://www.youtube.com/watch?v=mjY1uNw1G-0&ab_cha...

No comments:
Post a Comment