solun
Programmer
- Apr 1, 1999
- 55
This seems like it ought to be simple, but I'm having trouble with it...
Table consists these fields
BoxID (index/autonumber)
TicketName (Lookup to a list of names & types of tickets)
BoxDate (manually entered short date when the box of tickets was opened)
BoxSerial (manually entered serial number for box)
BinBox (a lookup to the possible bins the ticketbox could be in)
I need to know the most recent date in BoxDate for that BinBox, for all bins in use.
Do I need to structure my data differently?
Thanks much!
Heidi
Table consists these fields
BoxID (index/autonumber)
TicketName (Lookup to a list of names & types of tickets)
BoxDate (manually entered short date when the box of tickets was opened)
BoxSerial (manually entered serial number for box)
BinBox (a lookup to the possible bins the ticketbox could be in)
I need to know the most recent date in BoxDate for that BinBox, for all bins in use.
Do I need to structure my data differently?
Thanks much!
Heidi