RyanParr
8 years agoQrew Assistant Captain
Can a Summary Field Identify Oldest or Newest Record ID.
I'm working on an inventory/order process that takes into account FIFO - so i'm trying to ensure the oldest inventory records are added to an order automatically. If I could carry over the oldest record ID from the inventory table, I can make it work.
I thought about trying to create a summary field that will show the oldest Record ID. Maybe oldest is the wrong word to use here, 'smallest number' might be more accurate since Record ID's only grow larger. Can a summary field do this? I attempted to create one that looked for the "minimum" Record ID, but it didn't return anything.
I thought about trying to create a summary field that will show the oldest Record ID. Maybe oldest is the wrong word to use here, 'smallest number' might be more accurate since Record ID's only grow larger. Can a summary field do this? I attempted to create one that looked for the "minimum" Record ID, but it didn't return anything.