how do i make this formula work in a subform where [XXXXX ID] is in a subform and [temp XXXX ID] is not!!:
' Find the record that matches the control.
Me.RecordsetClo ne.FindFirst "[XXXXX ID] = " & Me![temp XXXX id]
Me.Bookmark = Me.RecordsetClo ne.Bookmark
' Find the record that matches the control.
Me.RecordsetClo ne.FindFirst "[XXXXX ID] = " & Me![temp XXXX id]
Me.Bookmark = Me.RecordsetClo ne.Bookmark
Comment