chrisaroundtown
Technical User
I need to do a DLookup from a form however I want to test 2 criteria and not just one, how do I do this with the below forumula.
=DLookUp("[Skl 2]","[Li Split Groups TBL]","[GroupName]=txtGroupName")
Hence, this is asking for the field [Skl 2] from the table [Li Split Groups TBL] when [GroupName] is equal to txtgroupName. I want to add a criteria to say only return [Skl 2] where [GroupName]=txtGroupName and [Date]=txtDate. how do I write that?
Thanks
Chris
=DLookUp("[Skl 2]","[Li Split Groups TBL]","[GroupName]=txtGroupName")
Hence, this is asking for the field [Skl 2] from the table [Li Split Groups TBL] when [GroupName] is equal to txtgroupName. I want to add a criteria to say only return [Skl 2] where [GroupName]=txtGroupName and [Date]=txtDate. how do I write that?
Thanks
Chris