Just tried this, but the field in question (order number) is the key that is joining the view. So it's not appearing in the list of available table fields. Edit: looks like I can trick dbFront by adding the field again in the view and casting it as nvarchar, so it no longer flags it as a duplicate field. But still wondering if there's an easier way.