theinviter
Registered User.
- Local time
- Yesterday, 16:21
- Joined
- Aug 14, 2014
- Messages
- 273
Dears;
I have a table" Listing_of_documents_of_Purchas"
I created a query named "
so I need to add a column in the query to get the number of record with status "pending" . and Voucher1 match each other .
i tried below but not working. as take long time to run.
Pend: Nz(DCount("[Status]","[Listing_of_documents_of_Purchas]","[Voucher1] ='" & [Voucher1] & "' AND [Status] = '" & "Pending" & "'"),0)
so any help please .
I have a table" Listing_of_documents_of_Purchas"
I created a query named "
so I need to add a column in the query to get the number of record with status "pending" . and Voucher1 match each other .
i tried below but not working. as take long time to run.
Pend: Nz(DCount("[Status]","[Listing_of_documents_of_Purchas]","[Voucher1] ='" & [Voucher1] & "' AND [Status] = '" & "Pending" & "'"),0)
so any help please .