Having Table1 with [Field1], [Field2], [Field3], [Field4], you can create new query (say Query1). In project view in one of query fields concatenate three of fields:
ThreeFields: [Field1] & [Field2] & [Field3]
and put Field4 as second field in query.
Now it is possible to use DoCmd... for Query1 instead of Table1.
combo