change domain

PWG

Registered User.
Local time
Today, 06:51
Joined
Jun 13, 2019
Messages
56
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
 
This Function must be called from somewhere and that is where the value "Order Details" is provided. Could be within a query or textbox on form or report. You will have to track it down.
 
June7
Thanks so much for your help took a while but I found it. Thanks heaps for pointing me in the right direction
 

Users who are viewing this thread

Back
Top Bottom