T
tonyrusin
Hi,
I'm running Access 2003. I have a table that contains the following
information:
Item Count
--- ---
Postings =DCount("*","tblDocBoat","[ToPost]=True")
Floating Copies =DCount("*","tblFloatingCopy","[Approved] = False")
Releases =DCount("*","tblReleaseReq","[Processed] =
False")
Is there a way when I can get the functions to process, rather than
showing the code, when viewing the table through a form or simply
viewing the table? i.e:
Item Count
--- ---
Postings 23
Floating Copies 11
Releases 18
Thanks in advance for any help.
- Tony
I'm running Access 2003. I have a table that contains the following
information:
Item Count
--- ---
Postings =DCount("*","tblDocBoat","[ToPost]=True")
Floating Copies =DCount("*","tblFloatingCopy","[Approved] = False")
Releases =DCount("*","tblReleaseReq","[Processed] =
False")
Is there a way when I can get the functions to process, rather than
showing the code, when viewing the table through a form or simply
viewing the table? i.e:
Item Count
--- ---
Postings 23
Floating Copies 11
Releases 18
Thanks in advance for any help.
- Tony