I’m trying to use multiple criteria and I can’t get the syntax right for the life of me. I have no training but have managed to create a decent database.
I want to fill in a field on a form called waa based on the value on my hours tally table.
=dlookup([total hours],[hours tally], [hours tally].[rep]=1 and forms!waa!queuedate = [hours tally].[date worked]
I want to fill in a field on a form called waa based on the value on my hours tally table.
=dlookup([total hours],[hours tally], [hours tally].[rep]=1 and forms!waa!queuedate = [hours tally].[date worked]