Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

I HAVE A COUNTING ERROR IN A REPORT

Status
Not open for further replies.

chubby

Programmer
Apr 28, 2001
278
US
I need to count number of officers in route and the number of current officers onboard.

Table 1 is the Officers in route table.
Table 2 is the Current offices table.

I was using the Last Name fields to count number of current and in route officers.

ERROR 1: I can't use the =count([Last Name]) because access said there are more than one last name field to count.

ERROR 2: I can't use the =count([PG_tbl.Last Name])because access don't understand. Why won't this work????
 
Hi,

I think it needs to be count([PG_tbl].[Last Name])

JC
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top