Please help me in the collection of value in the attached report
Please help me in the collection of value in the attached report
You want to open report filtered by value entered on form?
This should work but for some reason it keeps erroring.
DoCmd.OpenReport "Test", acViewPreview, , "Year([date])=" & Me.txtyear & " AND Month([Date]) = " & Me.txtmonth
How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.
no i don't want this
i want to count "s"
look at the report in the DB
thanks
Saw it, didn't realize that was the issue.
I can't get the report to open.
The field with s value is not included in the report's RecordSource. You want summed by employee for each month?
The id field in Table 1 should probably be an Autonumber datatype.
How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.