Hello,
can anyone help me with this?
ACCESS database
SELECT DISTINCT PageName, FieldName
FROM Help
doesn't work, returns every instance of PageName.
what I need is the distinct keyword applied
to the PageName column, but not necessarily to
the FieldName column.
Thank You!
can anyone help me with this?
ACCESS database
SELECT DISTINCT PageName, FieldName
FROM Help
doesn't work, returns every instance of PageName.
what I need is the distinct keyword applied
to the PageName column, but not necessarily to
the FieldName column.
Thank You!