Hello,
I can get the following to return the results I need....
(BrandIdLink is a number)
And
(DeviceType is text)
However, as hard as I try I cannot get them together without errors.
Help would truly be appreciated.
Thanks,
Scott
I can get the following to return the results I need....
(BrandIdLink is a number)
Code:
NumberOfModels = DCount("[XModelIDLink]", "QryBrandsWithMultipleModels", "[XBrandIDLink] = " & Me.BrandIDLink)
And
(DeviceType is text)
Code:
NumberOfModels = DCount("[XModelIDLink]", "QryBrandsWithMultipleModels", "[XDeviceType] = '" & [DeviceType] & "'")
However, as hard as I try I cannot get them together without errors.
Help would truly be appreciated.
Thanks,
Scott