sadiqsabia
Registered User.
- Local time
- Yesterday, 20:28
- Joined
- Sep 3, 2008
- Messages
- 18
I need Help please. I am trying to do a chooser form similiar to one user had posted.
PICOffen- Text
PICNos-Number
ChapOff-Text
I have input the following code in the queries but i get syntax error.
The Whole line is as below.
DCount("[PICOffen]","tblPICItems","[PICNos]
= " & [[Forms]![frmRecords]![tblPIC subform].[Form].[PICNO]] & " And [PICOffen] ='" & [ChapOff] & "'")
PICOffen- Text
PICNos-Number
ChapOff-Text
I have input the following code in the queries but i get syntax error.
The Whole line is as below.
DCount("[PICOffen]","tblPICItems","[PICNos]
= " & [[Forms]![frmRecords]![tblPIC subform].[Form].[PICNO]] & " And [PICOffen] ='" & [ChapOff] & "'")