So any ideas of how the code would look to do this in a module? Passing BldgAbb_ID from a form to a report?
Option Compare Database
Option Explicit
Dim BldgAbb_ID As String
Private Sub cmdElev_Click()
On Error GoTo cmdElev_Click_Err
DoCmd.OpenReport "rptElevators", acViewReport, ""...