SQL Mode
The key for an Off Turf to Tapeta UDM at Gulfstream in SQL Mode is getting the SQL Expression right.
Note that text evaluations via the INSTR keyword made by the Microsoft Jet db driver aren't case sensitive.
Therefore, sql expressions like the one below, where I've referenced the track code, will do the trick.
Optionally, you can add factor rankings and dist, etc., like this:
SELECT * FROM STARTERHISTORY WHERE TRACK='GPX' AND RANKF23=1 AND INSTR('O', SURFACE) > 0 AND DIST >= 1650
UDM Wizard screenshot:

-jp .
|