Public Function OpenRecordset(Domain As String, _
Optional Criteria As String = "1=1", _
Optional OrderBy As String, _
Optional RecordsetType As DAO.RecordsetTypeEnum = dbOpenDynaset, _
Optional RecordsetOptions As DAO.RecordsetOptionEnum _
) As Boolean
If I hover over the word Domain it tell me Domain="Order Details" I need to change it to Domain="Job Details" but can not find how it decides what the domain is or where you can change this