Rich
Registered User.
- Local time
- Today, 00:42
- Joined
- Aug 26, 2008
- Messages
- 2,898
Any ideas why this statement and others like it don't work in 2010
This works
DoCmd.OpenReport "rptPerLett", acNormal, "", "[tblPerLettr]![cntLettrID]=[Forms]![frmPerLttrs]![Jobs].[Form]![cntLettrID]"
This just prints Type!
DoCmd.OpenReport "perConEnv", acNormal, "", "[tblPerLettr]![cntLettrID]=[Forms]![frmPerLttrs]![Jobs].[Form]![cntLettrID]"
This works
DoCmd.OpenReport "rptPerLett", acNormal, "", "[tblPerLettr]![cntLettrID]=[Forms]![frmPerLttrs]![Jobs].[Form]![cntLettrID]"
This just prints Type!
DoCmd.OpenReport "perConEnv", acNormal, "", "[tblPerLettr]![cntLettrID]=[Forms]![frmPerLttrs]![Jobs].[Form]![cntLettrID]"