Jeff,
Without getting too technical, here's the situation.
We have a page tracking database in Access. Each time a new page arrives
in-house, we enter the relevant information.
Pages fall into 3 main categories:
1) Standalone pages which are completed just once for a given subject
(e.g., demographics).
2) Standalone pages which can be completed multiple times for a given
subject (e.g., medications). Their page numbers consist of a root page
number and an extension (e.g., 50.01, 50.02, etc.).
3) Grouped pages which can be completed multiple times for a given subject.
They are grouped by timepoint (e.g., 3 months, 6 months, etc.) and have page
numbers with extensions.
Currently, when category 2) pages are tracked, the user enters values into
memory variables, which in turn are inserted into the new record.
Conversely, when category 3) pages are tracked, values are retrieved from a
master table and inserted into the new record.
We have now encountered a situation where the page number extension also
needs to be inserted into the new record for category 3) pages. This would
still come from user input, while the other 3 values would still be retrieved
from the master table.
Hope that clears things up a bit!