T
ToniS
I would like to get the first valid record out of a table, (the first record
has to have a valid store number) therefore I was trying to use an inner
join for the criteria but ran into problems., below is what I have.
docNum1 = DFirst("DocNum", "MasterFLIFLC", "INNER JOIN TRAN_MEMBER ON
MASTERFLIFLC.StoreNum = TRAN_MEMBER.CMCUNO")
can an inner join be done with a Dfirst?
Basically I just need to grab the first valid record out of MasterFLiFLC
and capture the doc number.
Thanks
Toni
has to have a valid store number) therefore I was trying to use an inner
join for the criteria but ran into problems., below is what I have.
docNum1 = DFirst("DocNum", "MasterFLIFLC", "INNER JOIN TRAN_MEMBER ON
MASTERFLIFLC.StoreNum = TRAN_MEMBER.CMCUNO")
can an inner join be done with a Dfirst?
Basically I just need to grab the first valid record out of MasterFLiFLC
and capture the doc number.
Thanks
Toni