Hello:
I would like to populate the ControlSource for a form field using DLookup. I have this, but it is not working...
=DLookUp(Sum([TimeCards]![laborhours]),[TimeCards],[TimeCards]![Date]=[Forms]![frmTimeCard]![txtDate] And [TimeCards]![empid]=[Forms]![frmTimeCard]![txtEmpID])
Thanks in advance!