This is a recurring problem, which occurs sometimes and not others, with no apparent reason why.
I have an equipment table and a certs table, linked 1 to many, ie each item can have several certs. I need a query showing all the items with the LAST cert for each item. This could be done by using the cert number or cert date field.
I have a query with 'Group By' set for all fields except the ones from the certs table, which are set to 'Last'. However, although the query runs fine, it shows the last cert for some items and not for others. Has anyone come across this and is there a correct way of doing it?
Have fun!
)
Alex Middleton
I have an equipment table and a certs table, linked 1 to many, ie each item can have several certs. I need a query showing all the items with the LAST cert for each item. This could be done by using the cert number or cert date field.
I have a query with 'Group By' set for all fields except the ones from the certs table, which are set to 'Last'. However, although the query runs fine, it shows the last cert for some items and not for others. Has anyone come across this and is there a correct way of doing it?
Have fun!
Alex Middleton