C
Chris
When pulling data from a table that has multiple parts to a key, how does
Access determine which criteria statement to read first?
DMax("EFFDT","Dbo_HR_POSITION_DATA","([Dbo_HR_POSITION_DATA].POSITION_NBR)='
" & [Dbo_HR_POSITION_DATA].[POSITION_NBR] & "'")
DMax("EFFSEQ","tblNonUniondata1","([tblNonUniondata1].EMPLID)='" &
[tblNonUniondata1].[EMPLID] & "'")
I have been creating sub queries to ensure that the order is correct. I am
hoping there is an easier way....
Thanks for your help!
Access determine which criteria statement to read first?
DMax("EFFDT","Dbo_HR_POSITION_DATA","([Dbo_HR_POSITION_DATA].POSITION_NBR)='
" & [Dbo_HR_POSITION_DATA].[POSITION_NBR] & "'")
DMax("EFFSEQ","tblNonUniondata1","([tblNonUniondata1].EMPLID)='" &
[tblNonUniondata1].[EMPLID] & "'")
I have been creating sub queries to ensure that the order is correct. I am
hoping there is an easier way....
Thanks for your help!