S
Steven
I want to look up two fields on the same record at one
time. Currently I have:
Dim vOne, vTwo as Integer
vOne = DLookup("[StopInput]","Deposits","BatchNum =
[Forms]![FrmDeposit]![tbBatNum]")
vTwo = DLookup("[StopAllocation]","Deposits","BatchNum =
[Forms]![FrmDeposit]![tbBatNum]")
Can I put these in one statement so I dont have to make
two passes on the table.
Thank you for your help.
time. Currently I have:
Dim vOne, vTwo as Integer
vOne = DLookup("[StopInput]","Deposits","BatchNum =
[Forms]![FrmDeposit]![tbBatNum]")
vTwo = DLookup("[StopAllocation]","Deposits","BatchNum =
[Forms]![FrmDeposit]![tbBatNum]")
Can I put these in one statement so I dont have to make
two passes on the table.
Thank you for your help.