this is a bit hard to explain so i'll start with the basics:
Table structure:
Main table
packref
sessionid
category
( and so on )
history table
IDNUM ( auto number )
packref
state
( and so on )
the main table has a relationship to the history table of 'one to many' on the packref field.
i have a form that calls the data from the main table, but i cant work out how to get it to get the newest bit of history data for the pack ( ie the history that was added last for that pack )
can anyone help, im guessing im just overlooking the obvious ( as usuall )
Table structure:
Main table
packref
sessionid
category
( and so on )
history table
IDNUM ( auto number )
packref
state
( and so on )
the main table has a relationship to the history table of 'one to many' on the packref field.
i have a form that calls the data from the main table, but i cant work out how to get it to get the newest bit of history data for the pack ( ie the history that was added last for that pack )
can anyone help, im guessing im just overlooking the obvious ( as usuall )