Selasa, 27 Oktober 2020

Re: [MSAccessProfessionals] Report Help

Touk (and others),
It would be nice if you could send out a "...got it fixed. Here's the resolution..." email so we could learn and not be left hanging 😉

Regards,
Duane


From: MSAccessProfessionals@groups.io <MSAccessProfessionals@groups.io> on behalf of M Garcia via groups.io <toukey1=yahoo.com@groups.io>
Sent: Tuesday, October 27, 2020 7:47 AM
To: MSAccessProfessionals@groups.io <MSAccessProfessionals@groups.io>
Subject: Re: [MSAccessProfessionals] Report Help
 
Hi Crystal,

Thanks for your email below but I eventually figured out what I was doing incorrectly.

Thanks again.

On Tuesday, October 27, 2020, 05:49:45 AM AST, crystal (strive4peace) via groups.io <strive4peace2008=yahoo.com@groups.io> wrote:


hi Touk,

Are you putting >1 in the criteria cell of the column on the grid with Count? Access thinks the column you put the criteria is is text.

Are you using the Format function? That will turn a number into a string.

What is the SQL for the query? And if the query is based on another query, what is the SQL for that/those?

kind regards,
crystal

On 10/25/2020 10:53 PM, M Garcia via groups.io wrote:
Tried changing to Where but >1 changing to >"1".



On Sunday, October 25, 2020, 10:56:34 PM GMT-4, Paul Baldy <pbaldy@gmail.com> wrote:


You must be grouping on the date field as well.  Try dropping that field, or changing Group By to Where if there's a criteria on that field.



Paul
Sent via mobile device


-------- Original message --------
From: "M Garcia via groups.io" <toukey1=yahoo.com@groups.io>
Date: 10/25/20 7:23 PM (GMT-08:00)
Subject: Re: [MSAccessProfessionals] Report Help

Thanks Paul

I think I still have the query wrong.

When I run the query with group by on id# I get this:

Name      ID#       Daterec
Chris      1001       10/01/2020
Mary       2003      10/06/2020 
Mark       1020      10/02/2020
Mark       1020      10/10/2020 
Mark       1020      10/05/2020      
Mark       1020      10/11/2020      

On the report I also group by id# and did a count on daterec =Count([daterec]) so I get something like this:


Name      ID#        # of visits
Chris      1001       1
Mary       2003      1 
Mark       1020      4

I still can't seem to get rid of those where # of visits is 1

Where am I going wrong?





On Sunday, October 25, 2020, 09:19:15 PM GMT-4, Paul Baldy <pbaldy@gmail.com> wrote:


In the visits field of the query, put this in the criteria:

>1



Paul
Sent via mobile device


-------- Original message --------
From: "M Garcia via groups.io" <toukey1=yahoo.com@groups.io>
Date: 10/25/20 6:10 PM (GMT-08:00)
Subject: [MSAccessProfessionals] Report Help

Hi,

I have a report that list site visits with name, # of visits and ID#.  In the report query I did a Group by id# so I  get something like this:

Name      ID#        # of visits
Chris      1001       1
Mary       2003      1
Mark       1020      4

I want to be able to only show when the # of visits is more than 1.

Appreciate any assistance with this.

Thanks 
Touk

Re: [MSAccessProfessionals] Report Help

Hi Crystal,

Thanks for your email below but I eventually figured out what I was doing incorrectly.

Thanks again.

On Tuesday, October 27, 2020, 05:49:45 AM AST, crystal (strive4peace) via groups.io <strive4peace2008=yahoo.com@groups.io> wrote:


hi Touk,

Are you putting >1 in the criteria cell of the column on the grid with Count? Access thinks the column you put the criteria is is text.

Are you using the Format function? That will turn a number into a string.

What is the SQL for the query? And if the query is based on another query, what is the SQL for that/those?

kind regards,
crystal

On 10/25/2020 10:53 PM, M Garcia via groups.io wrote:
Tried changing to Where but >1 changing to >"1".



On Sunday, October 25, 2020, 10:56:34 PM GMT-4, Paul Baldy <pbaldy@gmail.com> wrote:


You must be grouping on the date field as well.  Try dropping that field, or changing Group By to Where if there's a criteria on that field.



Paul
Sent via mobile device


-------- Original message --------
From: "M Garcia via groups.io" <toukey1=yahoo.com@groups.io>
Date: 10/25/20 7:23 PM (GMT-08:00)
Subject: Re: [MSAccessProfessionals] Report Help

Thanks Paul

I think I still have the query wrong.

When I run the query with group by on id# I get this:

Name      ID#       Daterec
Chris      1001       10/01/2020
Mary       2003      10/06/2020 
Mark       1020      10/02/2020
Mark       1020      10/10/2020 
Mark       1020      10/05/2020      
Mark       1020      10/11/2020      

On the report I also group by id# and did a count on daterec =Count([daterec]) so I get something like this:


Name      ID#        # of visits
Chris      1001       1
Mary       2003      1 
Mark       1020      4

I still can't seem to get rid of those where # of visits is 1

Where am I going wrong?





On Sunday, October 25, 2020, 09:19:15 PM GMT-4, Paul Baldy <pbaldy@gmail.com> wrote:


In the visits field of the query, put this in the criteria:

>1



Paul
Sent via mobile device


-------- Original message --------
From: "M Garcia via groups.io" <toukey1=yahoo.com@groups.io>
Date: 10/25/20 6:10 PM (GMT-08:00)
Subject: [MSAccessProfessionals] Report Help

Hi,

I have a report that list site visits with name, # of visits and ID#.  In the report query I did a Group by id# so I  get something like this:

Name      ID#        # of visits
Chris      1001       1
Mary       2003      1
Mark       1020      4

I want to be able to only show when the # of visits is more than 1.

Appreciate any assistance with this.

Thanks 
Touk

Re: [MSAccessProfessionals] Report Help

hi Touk,

Are you putting >1 in the criteria cell of the column on the grid with Count? Access thinks the column you put the criteria is is text.

Are you using the Format function? That will turn a number into a string.

What is the SQL for the query? And if the query is based on another query, what is the SQL for that/those?

kind regards,
crystal

On 10/25/2020 10:53 PM, M Garcia via groups.io wrote:
Tried changing to Where but >1 changing to >"1".



On Sunday, October 25, 2020, 10:56:34 PM GMT-4, Paul Baldy <pbaldy@gmail.com> wrote:


You must be grouping on the date field as well.  Try dropping that field, or changing Group By to Where if there's a criteria on that field.



Paul
Sent via mobile device


-------- Original message --------
From: "M Garcia via groups.io" <toukey1=yahoo.com@groups.io>
Date: 10/25/20 7:23 PM (GMT-08:00)
Subject: Re: [MSAccessProfessionals] Report Help

Thanks Paul

I think I still have the query wrong.

When I run the query with group by on id# I get this:

Name      ID#       Daterec
Chris      1001       10/01/2020
Mary       2003      10/06/2020 
Mark       1020      10/02/2020
Mark       1020      10/10/2020 
Mark       1020      10/05/2020      
Mark       1020      10/11/2020      

On the report I also group by id# and did a count on daterec =Count([daterec]) so I get something like this:


Name      ID#        # of visits
Chris      1001       1
Mary       2003      1 
Mark       1020      4

I still can't seem to get rid of those where # of visits is 1

Where am I going wrong?





On Sunday, October 25, 2020, 09:19:15 PM GMT-4, Paul Baldy <pbaldy@gmail.com> wrote:


In the visits field of the query, put this in the criteria:

>1



Paul
Sent via mobile device


-------- Original message --------
From: "M Garcia via groups.io" <toukey1=yahoo.com@groups.io>
Date: 10/25/20 6:10 PM (GMT-08:00)
Subject: [MSAccessProfessionals] Report Help

Hi,

I have a report that list site visits with name, # of visits and ID#.  In the report query I did a Group by id# so I  get something like this:

Name      ID#        # of visits
Chris      1001       1
Mary       2003      1
Mark       1020      4

I want to be able to only show when the # of visits is more than 1.

Appreciate any assistance with this.

Thanks 
Touk

Minggu, 25 Oktober 2020

Re: [MSAccessProfessionals] Report Help

Tried changing to Where but >1 changing to >"1".



On Sunday, October 25, 2020, 10:56:34 PM GMT-4, Paul Baldy <pbaldy@gmail.com> wrote:


You must be grouping on the date field as well.  Try dropping that field, or changing Group By to Where if there's a criteria on that field.



Paul
Sent via mobile device


-------- Original message --------
From: "M Garcia via groups.io" <toukey1=yahoo.com@groups.io>
Date: 10/25/20 7:23 PM (GMT-08:00)
To: MSAccessProfessionals@groups.io
Subject: Re: [MSAccessProfessionals] Report Help

Thanks Paul

I think I still have the query wrong.

When I run the query with group by on id# I get this:

Name      ID#       Daterec
Chris      1001       10/01/2020
Mary       2003      10/06/2020 
Mark       1020      10/02/2020
Mark       1020      10/10/2020 
Mark       1020      10/05/2020      
Mark       1020      10/11/2020      

On the report I also group by id# and did a count on daterec =Count([daterec]) so I get something like this:


Name      ID#        # of visits
Chris      1001       1
Mary       2003      1 
Mark       1020      4

I still can't seem to get rid of those where # of visits is 1

Where am I going wrong?





On Sunday, October 25, 2020, 09:19:15 PM GMT-4, Paul Baldy <pbaldy@gmail.com> wrote:


In the visits field of the query, put this in the criteria:

>1



Paul
Sent via mobile device


-------- Original message --------
From: "M Garcia via groups.io" <toukey1=yahoo.com@groups.io>
Date: 10/25/20 6:10 PM (GMT-08:00)
To: MSAccessProfessionals@groups.io
Subject: [MSAccessProfessionals] Report Help

Hi,

I have a report that list site visits with name, # of visits and ID#.  In the report query I did a Group by id# so I  get something like this:

Name      ID#        # of visits
Chris      1001       1
Mary       2003      1
Mark       1020      4

I want to be able to only show when the # of visits is more than 1.

Appreciate any assistance with this.

Thanks 
Touk

Re: [MSAccessProfessionals] Report Help

You must be grouping on the date field as well.  Try dropping that field, or changing Group By to Where if there's a criteria on that field.



Paul
Sent via mobile device


-------- Original message --------
From: "M Garcia via groups.io" <toukey1=yahoo.com@groups.io>
Date: 10/25/20 7:23 PM (GMT-08:00)
To: MSAccessProfessionals@groups.io
Subject: Re: [MSAccessProfessionals] Report Help

Thanks Paul

I think I still have the query wrong.

When I run the query with group by on id# I get this:

Name      ID#       Daterec
Chris      1001       10/01/2020
Mary       2003      10/06/2020 
Mark       1020      10/02/2020
Mark       1020      10/10/2020 
Mark       1020      10/05/2020      
Mark       1020      10/11/2020      

On the report I also group by id# and did a count on daterec =Count([daterec]) so I get something like this:


Name      ID#        # of visits
Chris      1001       1
Mary       2003      1 
Mark       1020      4

I still can't seem to get rid of those where # of visits is 1

Where am I going wrong?





On Sunday, October 25, 2020, 09:19:15 PM GMT-4, Paul Baldy <pbaldy@gmail.com> wrote:


In the visits field of the query, put this in the criteria:

>1



Paul
Sent via mobile device


-------- Original message --------
From: "M Garcia via groups.io" <toukey1=yahoo.com@groups.io>
Date: 10/25/20 6:10 PM (GMT-08:00)
To: MSAccessProfessionals@groups.io
Subject: [MSAccessProfessionals] Report Help

Hi,

I have a report that list site visits with name, # of visits and ID#.  In the report query I did a Group by id# so I  get something like this:

Name      ID#        # of visits
Chris      1001       1
Mary       2003      1
Mark       1020      4

I want to be able to only show when the # of visits is more than 1.

Appreciate any assistance with this.

Thanks 
Touk

Re: [MSAccessProfessionals] Report Help

Thanks Paul

I think I still have the query wrong.

When I run the query with group by on id# I get this:

Name      ID#       Daterec
Chris      1001       10/01/2020
Mary       2003      10/06/2020 
Mark       1020      10/02/2020
Mark       1020      10/10/2020 
Mark       1020      10/05/2020      
Mark       1020      10/11/2020      

On the report I also group by id# and did a count on daterec =Count([daterec]) so I get something like this:


Name      ID#        # of visits
Chris      1001       1
Mary       2003      1 
Mark       1020      4

I still can't seem to get rid of those where # of visits is 1

Where am I going wrong?





On Sunday, October 25, 2020, 09:19:15 PM GMT-4, Paul Baldy <pbaldy@gmail.com> wrote:


In the visits field of the query, put this in the criteria:

>1



Paul
Sent via mobile device


-------- Original message --------
From: "M Garcia via groups.io" <toukey1=yahoo.com@groups.io>
Date: 10/25/20 6:10 PM (GMT-08:00)
To: MSAccessProfessionals@groups.io
Subject: [MSAccessProfessionals] Report Help

Hi,

I have a report that list site visits with name, # of visits and ID#.  In the report query I did a Group by id# so I  get something like this:

Name      ID#        # of visits
Chris      1001       1
Mary       2003      1
Mark       1020      4

I want to be able to only show when the # of visits is more than 1.

Appreciate any assistance with this.

Thanks 
Touk

Re: [MSAccessProfessionals] Report Help

In the visits field of the query, put this in the criteria:

>1



Paul
Sent via mobile device


-------- Original message --------
From: "M Garcia via groups.io" <toukey1=yahoo.com@groups.io>
Date: 10/25/20 6:10 PM (GMT-08:00)
To: MSAccessProfessionals@groups.io
Subject: [MSAccessProfessionals] Report Help

Hi,

I have a report that list site visits with name, # of visits and ID#.  In the report query I did a Group by id# so I  get something like this:

Name      ID#        # of visits
Chris      1001       1
Mary       2003      1
Mark       1020      4

I want to be able to only show when the # of visits is more than 1.

Appreciate any assistance with this.

Thanks 
Touk

[MSAccessProfessionals] Report Help

Hi,

I have a report that list site visits with name, # of visits and ID#.  In the report query I did a Group by id# so I  get something like this:

Name      ID#        # of visits
Chris      1001       1
Mary       2003      1
Mark       1020      4

I want to be able to only show when the # of visits is more than 1.

Appreciate any assistance with this.

Thanks 
Touk
_._,_._,_

Groups.io Links:

You receive all messages sent to this group.

View/Reply Online (#115785) | Reply To Group | Reply To Sender | Mute This Topic | New Topic
Your Subscription | Contact Group Owner | Unsubscribe [sugeng.panjalu.access@blogger.com]

_._,_._,_

Selasa, 20 Oktober 2020

Re: [MSAccessProfessionals] testing post via email

Wocka Wocka!  He's here all week folks!.. :)

Paul

------ Original Message ------
From: "Duane Hookom" <duanehookom@hotmail.com>
Sent: 10/20/2020 1:11:21 PM
Subject: Re: [MSAccessProfessionals] testing post via email

Looks like I am able to post again without moderation. My motto had been "anything in moderation" which is probably why my account was in moderation. 

Duane


From: MSAccessProfessionals@groups.io <MSAccessProfessionals@groups.io> on behalf of Bill Mosca <wrmosca@myself.com>
Sent: Tuesday, October 20, 2020 2:24 PM
To: MSAccessProfessionals@groups.io <MSAccessProfessionals@groups.io>
Subject: Re: [MSAccessProfessionals] testing post via email
 
I take it all is well again in MS Access Pros Land thanks to Crystal un-moderating Duane.
--
Regards,
Bill Mosca, Founder - MS_Access_Professionals
Microsoft Office Access MVP 2010-2016
My nothing-to-do-with-Access blog
 

Re: [MSAccessProfessionals] testing post via email

Looks like I am able to post again without moderation. My motto had been "anything in moderation" which is probably why my account was in moderation. 

Duane


From: MSAccessProfessionals@groups.io <MSAccessProfessionals@groups.io> on behalf of Bill Mosca <wrmosca@myself.com>
Sent: Tuesday, October 20, 2020 2:24 PM
To: MSAccessProfessionals@groups.io <MSAccessProfessionals@groups.io>
Subject: Re: [MSAccessProfessionals] testing post via email
 
I take it all is well again in MS Access Pros Land thanks to Crystal un-moderating Duane.
--
Regards,
Bill Mosca, Founder - MS_Access_Professionals
Microsoft Office Access MVP 2010-2016
My nothing-to-do-with-Access blog
 

Re: [MSAccessProfessionals] testing post via email

I take it all is well again in MS Access Pros Land thanks to Crystal un-moderating Duane.
--
Regards,
Bill Mosca, Founder - MS_Access_Professionals
Microsoft Office Access MVP 2010-2016
My nothing-to-do-with-Access blog
 
_._,_._,_

Groups.io Links:

You receive all messages sent to this group.

View/Reply Online (#115782) | Reply To Group | Reply To Sender | Mute This Topic | New Topic
Your Subscription | Contact Group Owner | Unsubscribe [sugeng.panjalu.access@blogger.com]

_._,_._,_

Senin, 19 Oktober 2020

Re: [MSAccessProfessionals] Ms.Access CrossTab Query Not Inlcude Unmatched Query

I would create some queries to 

[qgrpOrganization]
SELECT  DISTINCT Organization
FROM MasterData;

[qgrpDateOfSubmission]
SELECT DISTINCT DateofSubmission
FROM HealthReportSubmission

[qgrpOrgDates]
SELECT Organization, DateOfSubmission
FROM [qgrpOrganization],[qgrpDateOfSubmission]

You can then JOIN this in your crosstab and set the join to include all of the records from qgrpOrgDates

Duane

From: MSAccessProfessionals@groups.io <MSAccessProfessionals@groups.io> on behalf of Ahmed Hashim <ahmedhashim1@gmail.com>
Sent: Monday, October 19, 2020 3:07 AM
To: MSAccessProfessionals@groups.io <MSAccessProfessionals@groups.io>
Subject: Re: [MSAccessProfessionals] Ms.Access CrossTab Query Not Inlcude Unmatched Query
 
Hi, 

Sorry for delayed response, please find below SQL of both Queries:


SELECT MasterData.WorkId, MasterData.Organization, MasterData.[2ndLevel], Count(MasterData.WorkId) AS TotalEmp, Count(MasterData.BodyTemperature) AS Submitted, [TotalEmp]-[Submitted] AS NotSubmitted, Round([Submitted]/[TotalEmp]*100,2) & "%" AS [Achievement%], MasterData.DateofSubmission
FROM MasterData
GROUP BY MasterData.WorkId, MasterData.Organization, MasterData.[2ndLevel], MasterData.DateofSubmission;


TRANSFORM IIf(IsError(Round(CInt(Nz(Sum([Submitted]),0))/CInt(Nz(Sum([TotalEmp]),0))*100,2)),0,Round(CInt(Nz(Sum([Submitted]),0))/CInt(Nz(Sum([TotalEmp]),0))*100,2)) & "%" AS Achievement
SELECT HealthReportSubmission.Organization
FROM HealthReportSubmission
GROUP BY HealthReportSubmission.Organization
ORDER BY Format([HealthReportSubmission].[DateofSubmission],"mm/dd/yyyy")
PIVOT Format([HealthReportSubmission].[DateofSubmission],"mm/dd/yyyy");


On Sat, Oct 17, 2020 at 4:52 PM Duane Hookom <duanehookom@hotmail.com> wrote:
The query of unique departments should work. Again you haven't provided any SQL views so we don't know what you tried. The number of records should not be an issue.

Regards,
Duane


From: Ahmed Hashim <ahmedhashim1@gmail.com>

 
Hi,

No currently I do not have a separate query/table for selecting unique list of Departments, It is currently the same master which holds employee data alongwith their attendance submissions, yes I know it is a bad design practise but currently I have this only.

I did try to create a unique list of departments using a query and associate this query with the mentioned Crosstab to include all transactions from the master table and only records from this Dept query, but then it apparently hang up the database. Maybe it is because of the number of transactions? total 16186 records in master table.


On Fri, Oct 16, 2020 at 11:15 PM Duane Hookom <duanehookom@hotmail.com> wrote:
Hi Ahmed,
I expect you could assure the new department would display if you added the Organization/Department table to the query using a join that includes all of the organizations/departments. We don't know if you have such a table and can't see your SQL. 

Regards,
Duane


From:  Ahmed Hashim <ahmedhashim1@gmail.com>
 
Dear All Professionals,

I am using Ms.Access 2016 version windows 10, having database with following:

Table: Employee Master Data with Attendance submission daily entries( the field Organization is basically Department), the Count field is the indicator for submission with 1, and not submit as 0.



Query: data group by Departments, Total Number Employees, Attendance submission and Non-Submissions(these are calculated in Query)


Now based on above query I created a Crosstab query which shows date as Column headings, and Departments as rows, with Achievements as Value resulting in follows:

Now the issue is, there is a new Department created with some employees hired in mid of month, lets say 15th October 2020, there data is not showing in above crosstab, the whole department is not showing, my understanding is that because there is data not available from 1st Oct till 14th October, the Crosstab query skips this new Department altogether. Even data from 15th October onwards is not showing. 

The workaround so far is, I have to manually add dummy data from 1st Oct till 14th Oct with non-submissions, only after that Crosstab query is able to show the records. 

is there any other solution to make this automate? Please advice/suggest any changes.

Best regards

Ahmed 

_.

Re: [MSAccessProfessionals] Ms.Access CrossTab Query Not Inlcude Unmatched Query

Hi, 

Sorry for delayed response, please find below SQL of both Queries:


SELECT MasterData.WorkId, MasterData.Organization, MasterData.[2ndLevel], Count(MasterData.WorkId) AS TotalEmp, Count(MasterData.BodyTemperature) AS Submitted, [TotalEmp]-[Submitted] AS NotSubmitted, Round([Submitted]/[TotalEmp]*100,2) & "%" AS [Achievement%], MasterData.DateofSubmission
FROM MasterData
GROUP BY MasterData.WorkId, MasterData.Organization, MasterData.[2ndLevel], MasterData.DateofSubmission;


TRANSFORM IIf(IsError(Round(CInt(Nz(Sum([Submitted]),0))/CInt(Nz(Sum([TotalEmp]),0))*100,2)),0,Round(CInt(Nz(Sum([Submitted]),0))/CInt(Nz(Sum([TotalEmp]),0))*100,2)) & "%" AS Achievement
SELECT HealthReportSubmission.Organization
FROM HealthReportSubmission
GROUP BY HealthReportSubmission.Organization
ORDER BY Format([HealthReportSubmission].[DateofSubmission],"mm/dd/yyyy")
PIVOT Format([HealthReportSubmission].[DateofSubmission],"mm/dd/yyyy");


On Sat, Oct 17, 2020 at 4:52 PM Duane Hookom <duanehookom@hotmail.com> wrote:
The query of unique departments should work. Again you haven't provided any SQL views so we don't know what you tried. The number of records should not be an issue.

Regards,
Duane


From: Ahmed Hashim <ahmedhashim1@gmail.com>

 
Hi,

No currently I do not have a separate query/table for selecting unique list of Departments, It is currently the same master which holds employee data alongwith their attendance submissions, yes I know it is a bad design practise but currently I have this only.

I did try to create a unique list of departments using a query and associate this query with the mentioned Crosstab to include all transactions from the master table and only records from this Dept query, but then it apparently hang up the database. Maybe it is because of the number of transactions? total 16186 records in master table.


On Fri, Oct 16, 2020 at 11:15 PM Duane Hookom <duanehookom@hotmail.com> wrote:
Hi Ahmed,
I expect you could assure the new department would display if you added the Organization/Department table to the query using a join that includes all of the organizations/departments. We don't know if you have such a table and can't see your SQL. 

Regards,
Duane


From:  Ahmed Hashim <ahmedhashim1@gmail.com>
 
Dear All Professionals,

I am using Ms.Access 2016 version windows 10, having database with following:

Table: Employee Master Data with Attendance submission daily entries( the field Organization is basically Department), the Count field is the indicator for submission with 1, and not submit as 0.



Query: data group by Departments, Total Number Employees, Attendance submission and Non-Submissions(these are calculated in Query)


Now based on above query I created a Crosstab query which shows date as Column headings, and Departments as rows, with Achievements as Value resulting in follows:

Now the issue is, there is a new Department created with some employees hired in mid of month, lets say 15th October 2020, there data is not showing in above crosstab, the whole department is not showing, my understanding is that because there is data not available from 1st Oct till 14th October, the Crosstab query skips this new Department altogether. Even data from 15th October onwards is not showing. 

The workaround so far is, I have to manually add dummy data from 1st Oct till 14th Oct with non-submissions, only after that Crosstab query is able to show the records. 

is there any other solution to make this automate? Please advice/suggest any changes.

Best regards

Ahmed 

_.

_._,_._,_

Groups.io Links:

You receive all messages sent to this group.

View/Reply Online (#115780) | Reply To Group | Reply To Sender | Mute This Topic | New Topic
Your Subscription | Contact Group Owner | Unsubscribe [sugeng.panjalu.access@blogger.com]

_._,_._,_