Please help
I need to list tasks in a sequential numbers. Meaning that the task numbers must follow one another (not the Autonumber PK). I can do this with Dmax nz function. I need the system to be able to auto update these numbers if record is added or deleted. It is not necessarry to store these numbers, since it can hopefully be recalled in a query.
I need to list tasks in a sequential numbers. Meaning that the task numbers must follow one another (not the Autonumber PK). I can do this with Dmax nz function. I need the system to be able to auto update these numbers if record is added or deleted. It is not necessarry to store these numbers, since it can hopefully be recalled in a query.