T
Treebeard
Is there any way to set a Count field using an update query? I want this
field to have the value 1 to N where N is the number of records returned
from the query?
UPDATE tblTableName SET [Count_field] = ????
Jack
field to have the value 1 to N where N is the number of records returned
from the query?
UPDATE tblTableName SET [Count_field] = ????
Jack