Hello All,
I have the following DCOUNT statement:
MsgBox "Item count found = " & DCount("[ItemID]", "tblItems", "[ItemID] = [ItemFnd]")
Where ItemID = Primary Key on table tblItems
ItemFnd = a long Integer variable that gets populated programatically, not from the form. It is internal to the...