icemonster
Registered User.
- Local time
- Yesterday, 18:06
- Joined
- Jan 30, 2010
- Messages
- 502
i dont really know how to do this or even how to ask this question but here's what i intend to do, since my last record has a major flaw in it, i figured, there must be another way, i have tried grouping, dlast, dmax almost every other function but cant seem to get it right.
basically i have a 2 tables, tblA holds all of the client info, while tblB, holds all of their resource info, now every now and then, they would put in a new resource info hence the 2nd table.
but the thing is, i want to be able to only retrieve the last record inputted for tblB that is related to tblA.
so how do i do this?
i mean is there a way to query this and then just show the last record related to tblA?
tblA:
PK
name
etc.
tblB:
PK
FK
record
etc.
how will i query this so that it will only show the last record related to tblA? is it even possible with access? thanks
basically i have a 2 tables, tblA holds all of the client info, while tblB, holds all of their resource info, now every now and then, they would put in a new resource info hence the 2nd table.
but the thing is, i want to be able to only retrieve the last record inputted for tblB that is related to tblA.
so how do i do this?
i mean is there a way to query this and then just show the last record related to tblA?
tblA:
PK
name
etc.
tblB:
PK
FK
record
etc.
how will i query this so that it will only show the last record related to tblA? is it even possible with access? thanks