Kamis, 31 Januari 2013

[MS_AccessPros] Re: A Thank You to a great contributor

 

A.D. we are going to miss you so much!!! Please come back and visit when you can. Thank you for your tireless labor and precision examples, for boldly going where no one has gone before, and for inspiring and encouraging us. You can never be replaced!

Warm Regards,
Pat Wood

--- In MS_Access_Professionals@yahoogroups.com, "Bill Mosca" wrote:
>
> Hello all
>
>
>
> I'd like to announce that A..D .Tejpal has retired due to personal reasons. I
> have not done so earlier because I wanted to give him some space.
>
>
>
> We all owe him a deep gratitude for his unique, innovative approach to Access
> and an untiring dedication to our group. We hope he stops in from time to time
> to offer his insights, but we also respect his wishes to channel his energy into
> other areas of life.
>
>
>
> I, for one, will miss my friend's invaluable knowledge of the beast we call
> "Access".
>
>
>
> Regards,
>
> Bill
>
>
>
>
>
> [Non-text portions of this message have been removed]
>

__._,_.___
Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (2)
Recent Activity:
.

__,_._,___

[MS_AccessPros] A Thank You to a great contributor

 

Hello all

I'd like to announce that A..D .Tejpal has retired due to personal reasons. I
have not done so earlier because I wanted to give him some space.

We all owe him a deep gratitude for his unique, innovative approach to Access
and an untiring dedication to our group. We hope he stops in from time to time
to offer his insights, but we also respect his wishes to channel his energy into
other areas of life.

I, for one, will miss my friend's invaluable knowledge of the beast we call
"Access".

Regards,

Bill

[Non-text portions of this message have been removed]

__._,_.___
Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (1)
Recent Activity:
.

__,_._,___

RE: [MS_AccessPros] Re: Editing a function

 

John -

I'd just like to say that this group greatly appreciates your tenacity.

Member dedication to follow-up means that every question is eventually answered.
We are all morally obligated to continue support even when it leaks into
off-hours so John might have to defer to someone more globally located, but the
solution bubbles up.

It's all good thanks to our caring members around the globe.

Regards,

Bill

From: MS_Access_Professionals@yahoogroups.com
[mailto:MS_Access_Professionals@yahoogroups.com] On Behalf Of John Viescas
Sent: Thursday, January 31, 2013 1:14 PM
To: MS_Access_Professionals@yahoogroups.com
Subject: RE: [MS_AccessPros] Re: Editing a function

Hooray!

Thanks for sticking with us, Robin.

John Viescas, Author
Microsoft Access 2010 Inside Out
Microsoft Access 2007 Inside Out
Microsoft Access 2003 Inside Out
Building Microsoft Access Applications
SQL Queries for Mere Mortals
http://www.viescas.com/
(Paris, France)

-----Original Message-----
From: MS_Access_Professionals@yahoogroups.com

[mailto:MS_Access_Professionals@yahoogroups.com
] On Behalf Of Robin Chapple
Sent: Thursday, January 31, 2013 9:15 PM
To: MS_Access_Professionals@yahoogroups.com

Subject: RE: [MS_AccessPros] Re: Editing a function

Gentlemen one and all,

At last I have it working.

There was a second copy!

My thanks to you all.

Regards,

Robin

At 1/02/2013 06:15 AM, you wrote:
>Darrell-
>
>Nice catch. My logic was backwards for month.
>
>John Viescas, Author
>Microsoft Access 2010 Inside Out
>Microsoft Access 2007 Inside Out
>Microsoft Access 2003 Inside Out
>Building Microsoft Access Applications
>SQL Queries for Mere Mortals
>http://www.viescas.com/
>(Paris, France)
>
>
>
>
>-----Original Message-----
>From: MS_Access_Professionals@yahoogroups.com

>[mailto:MS_Access_Professionals@yahoogroups.com
] On Behalf Of Embrey,
>Darrell
>Sent: Thursday, January 31, 2013 7:44 PM
>To: MS_Access_Professionals@yahoogroups.com

>Subject: RE: [MS_AccessPros] Re: Editing a function
>
>Hi Robin,
>
>Change the following:
>
>If (intMonth > Month(Date)) Or ((intMonth = Month(Date)) And (intDay <
>Day(Date))) Then
>
>To:
>
>If (intMonth < Month(Date)) Or ((intMonth = Month(Date)) And (intDay <
>Day(Date))) Then
>
>
>Darrell
>
>From: MS_Access_Professionals@yahoogroups.com

>[mailto:MS_Access_Professionals@yahoogroups.com
] On Behalf Of Robin
>Chapple
>Sent: Thursday, January 31, 2013 1:35 PM
>To: MS_Access_Professionals@yahoogroups.com

>Subject: RE: [MS_AccessPros] Re: Editing a function
>
>
>
>John and Patrick,
>
>The time difference is our enemy. It is now 05:15 Friday morning.
>
>First I need your help to understand 'Standard Module' and whatever the
>alternative may be.
>
>I have 'General' showing in a drop down box above the code. Is that a
>standard module?
>
>BTW I am an 83 year old fella! I am keen but inexperienced in code.
>
>Many thanks for your interest and help.
>
>I have tested all the options of the code you have prepared in the
'General'
>area and all give me 2014.
>
>I have added a screen capture on my web site.
>
>http://www.rotary9790.org.au/test/test.asp
>
>That example of code is working but gives 2014 for every entry.
>
>Many thanks again for your patience.
>
>Regards,
>
>Robin Chapple
>
>At 31/01/2013 07:01 PM, you wrote:
> >Patrick & Robin-
> >
> >I found that "bug" a couple of days ago and gave Robin the correction
> >for the missing close paren. She originally found that when she
> >pasted the code in a module somewhere (probably a form module) and it
> >wouldn't compile. I should have re-posted the entire bit of code with
> >instructions as to how to put it in a Standard module.
> >
> >Robin- If you created and saved the code in a standard module, you
> >should now see that module in the Nav Pane. Just right-click and
> >choose Open to edit it.
> >
> >John Viescas, Author
> >Microsoft Access 2010 Inside Out
> >Microsoft Access 2007 Inside Out
> >Microsoft Access 2003 Inside Out
> >Building Microsoft Access Applications SQL Queries for Mere Mortals
> >http://www.viescas.com/ (Paris, France)
> >
> >
> >
> >-----Original Message-----
> >From:
> >MS_Access_Professionals@yahoogroups.com

als%>40yahoogroups.com>
> >[mailto:MS_Access_Professionals@yahoogroups.com

ofes>sionals%40yahoogroups.com>] On Behalf Of patrickawood
> >Sent: Thursday, January 31, 2013 7:12 AM
> >To:
> >MS_Access_Professionals@yahoogroups.com

als%>40yahoogroups.com>
> >Subject: [MS_AccessPros] Re: Editing a function
> >
> >
> >Hi Robin,
> >
> >I think I found the problem. Try this code exactly as it is. You will
> >need to use this to completely replace what you have.
> >
> >
> >Public Function NextAnniversary(datChartered As Date) As Date
> >
> >Dim intMonth As Integer, intDay As Integer, intYear As Integer
> >
> > intMonth = Month(datChartered)
> > intDay = Day(datChartered)
> > intYear = Year(Date)
> >
> > If (intMonth > Month(Date)) Or _
> > ((intMonth = Month(Date)) And (intDay < Day(Date))) Then intYear =
> > intYear + 1 End If
> >
> > NextAnniversary = DateSerial(intYear, intMonth, intDay)
> >
> >End Function
> >
> >
> >Kind Regards,
> >Pat Wood
> >Gaining Access Technologies Founder
> >http://gainingaccess.net
> >Microsoft Access and SQL Azure Information Center for Developers:
> >http://gainingaccess.net/SQLAzure/AccessAndSQLAzureInfo.aspx
> >
> >--- In
>MS_Access_Professionals@yahoogroups.com

40yah
>oogroups.com>, Robin Chapple wrote:
> > >
> > > Thanks again Pat,
> > >
> > > Public Function NextAnniversary(datChartered As Date) As Date
> > >
> > > Dim intMonth As Integer, intDay As Integer, intYear As Integer
> > >
> > > intMonth = Month(datChartered)
> > >
> > > intDay = Day(datChartered)
> > >
> > > intYear = Year(Date)
> > >
> > > If (intMonth Month(Date)) Or _
> > >
> > > ((intMonth = Month(Date)) And (intDay Day(Date)) Then
> > >
> > > intYear = intYear + 1
> > >
> > > End If
> > >
> > > NextAnniversary = DateSerial(intYear, intMonth, intDay)
> > >
> > > End Function
> > >
> > > Call that from a query on your table like this:
> > >
> > > Anny: NextAnniversary([DateChartered])
> > >
> > > Regards,
> > >
> > > Robin
> > >
> > > At 31/01/2013 04:34 PM, you wrote:
> > > >Hi Robin,
> > > >
> > > >Can you post the original Function?
> > > >
> > > >Pat
> > > >
> > > >--- In
>MS_Access_Professionals@yahoogroups.com

40yah
>oogroups.com>, Robin Chapple wrote:
> > > > >
> > > > > Well done Pat,
> > > > >
> > > > > That found the function but I cannot edit it to give 2013
> > > > > instead of
> >2014.
> > > > >
> > > > > From February onwards the next anniversary will be in 2013 but
> > > > > all are returning 2014.
> > > > >
> > > > > I have edited intYear = intYear + 1
> > > > >
> > > > > to
> > > > >
> > > > > intYear = intYear
> > > > >
> > > > > and
> > > > >
> > > > > intYear = intYear -1
> > > > >
> > > > > Without the change showing.
> > > > >
> > > > > I have even edited
> > > > >
> > > > > NextAnniversary = DateSerial((intYear - 1), intMonth, intDay)
> > > > >
> > > > > to
> > > > >
> > > > > NextAnniversary = DateSerial((intYear - 2), intMonth, intDay)
> > > > >
> > > > > without a change.
> > > > >
> > > > > 2014 seems to be set in concrete!
> > > > >
> > > > > Regards,
> > > > >
> > > > > Robin
> > > > >
> > > > > At 31/01/2013 04:05 PM, you wrote:
> > > > > >Hi Robin,
> > > > > >
> > > > > >Don't worry about seeing blank until you do the search for
> > > > > >the name of the Function according to my instructions I gave
> > > > > >in an earlier post. If you have the name right and followed
> > > > > >my instructions you will find the Function.
> > > > > >
> > > > > >If that does not work then perhaps you have the name of the
> > > > > >Function wrong. You can then search for the text below which
> > > > > >should be in
> > > > your Function:
> > > > > >
> > > > > >intYear = intYear + 1
> > > > > >
> > > > > >Kind Regards,
> > > > > >Pat Wood
> > > > > >Gaining Access Technologies Founder http://gainingaccess.net
> > > > > >Microsoft Access and SQL Azure Information Center for Developers:
> > > > > >http://gainingaccess.net/SQLAzure/AccessAndSQLAzureInfo.aspx
> > > > > >
> > > > > >
> > > > > >--- In
>MS_Access_Professionals@yahoogroups.com

40yah
>oogroups.com>, Robin Chapple wrote:
> > > > > > >
> > > > > > >
> > > > > > > Thanks for your persistence.
> > > > > > >
> > > > > > > The function is working but it gives the year as 2014 and
> > > > > > > I need
> > > > > > it to be 2013.
> > > > > > >
> > > > > > > So the answers to your queries must be 'Yes'.
> > > > > > >
> > > > > > > With the query on the worksapce Alt F11 gives me blank pages.
> > > > > > >
> > > > > > > Cheers,
> > > > > > >
> > > > > > > Robin
> > > > > > >
> > > > > > > At 31/01/2013 03:40 PM, you wrote:
> > > > > > > >Hi Robin,
> > > > > > > >
> > > > > > > >Did you try searching as I laid out?
> > > > > > > >
> > > > > > > >If so, are you sure you saved the Function?
> > > > > > > >
> > > > > > > >And are you using the database in which you created the
>Function?
> > > > > > > >
> > > > > > > >
> > > > > > > >Kind Regards,
> > > > > > > >Pat Wood
> > > > > > > >Gaining Access Technologies Founder
> > > > > > > >http://gainingaccess.net Microsoft Access and SQL Azure
>Information Center for Developers:
> > > > > > > >http://gainingaccess.net/SQLAzure/AccessAndSQLAzureInfo.a
> > > > > > > >sp
> > > > > > > >x
> > > > > > > >
> > > > > > > >
> > > > > > > >--- In
> > > > > > > >MS_Access_Professionals@yahoogroups.com

s_Pr> > > > > > >ofessionals%40yahoogroups.com>, Robin Chapple
> >wrote:
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > Thanks Pat,
> > > > > > > > >
> > > > > > > > > I had tried that and once again all I get is blank pages!
> > > > > > > > >
> > > > > > > > > Cheers,
> > > > > > > > >
> > > > > > > > > Robin
> > > > > > > > >
> > > > > > > > > At 31/01/2013 02:49 PM, you wrote:
> > > > > > > > > >Hi Robin,
> > > > > > > > > >
> > > > > > > > > >That's OK. Try pressing the Alt and F11 keys at the
> > > > > > > > > >same
> >time.
> > > > > > > > > >
> > > > > > > > > >Kind Regards,
> > > > > > > > > >Pat Wood
> > > > > > > > > >Gaining Access Technologies Founder
> > > > > > > > > >http://gainingaccess.net Microsoft Access and SQL
> > > > > > > > > >Azure Information Center for Developers:
> > > > > > > > > >http://gainingaccess.net/SQLAzure/AccessAndSQLAzureIn
> > > > > > > > > >fo
> > > > > > > > > >.a
> > > > > > > > > >spx
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >--- In
> > > > > > > > > >MS_Access_Professionals@yahoogroups.com

cces> > > > > > > > >s_Professionals%40yahoogroups.com>, Robin
> > > > Chapple wrote:
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > > Thanks Pat,
> > > > > > > > > > >
> > > > > > > > > > > I cannot even find the "" window where you work
> > > > > > > > > > > with
> > > > the code "".
> > > > > > > > > > >
> > > > > > > > > > > Woe is me! Sackcloth and ashes!!!
> > > > > > > > > > >
> > > > > > > > > > > Cheers,
> > > > > > > > > > >
> > > > > > > > > > > Robin
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > > At 31/01/2013 12:37 PM, you wrote:
> > > > > > > > > > > >Hi Robin,
> > > > > > > > > > > >
> > > > > > > > > > > >You can do a search for NextAnniversary was it?
> > > > > > > > > > > >In the
> > > > > > window where
> > > > > > > > > > > >you work with the code on the Menu click "Edit"
> > > > > > > > > > > >and then
> > > > > > "Find" and
> > > > > > > > > > > >enter NextAnniversary in the "Find What:" box at
> > > > > > > > > > > >the
> > > > top of the
> > > > > > > > > > > >dialog that opens and then make sure that
> > > > > > > > > > > >"Current Project" is selected and then click "Find
Next".
> > > > > > > > > > > >Keep clicking "Find
> > > > > > Next" until
> > > > > > > > > > > >you see the Function.
> > > > > > > > > > > >
> > > > > > > > > > > >Kind Regards,
> > > > > > > > > > > >Pat Wood
> > > > > > > > > > > >Gaining Access Technologies Founder
> > > > > > > > > > > >http://gainingaccess.net Microsoft Access and SQL
> > > > > > > > > > > >Azure Information Center
> > > > for Developers:
> > > > > > > > > > > >http://gainingaccess.net/SQLAzure/AccessAndSQLAzu
> > > > > > > > > > > >re
> > > > > > > > > > > >In
> > > > > > > > > > > >fo.aspx
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > >--- In
> > > > > > > > > > > >MS_Access_Professionals@yahoogroups.com

MS_A> > > > > > > > > > >ccess_Professionals%40yahoogroups.com>, Robin
> > > > > > Chapple wrote:
> > > > > > > > > > > > >
> > > > > > > > > > > > > My apology for being a 'lame duck'.
> > > > > > > > > > > > >
> > > > > > > > > > > > > John Viescas has taken me step by step through
> > > > > > > > > > > > > adding
> > > > > > a function to
> > > > > > > > > > > > > my database. It works as planned with one
> > > > > > > > > > > > > exception
> > > > > > and I need to
> > > > > > > > > > > > > edit one criteria.
> > > > > > > > > > > > >
> > > > > > > > > > > > > How do I get back to the function to edit it?
> > > > > > > > > > > > > I have
> > > > > > investigated
> > > > > > > > > > > > > everything that looks possible without success.
> > > > > > > > > > > > > The
> > > > > > Microsoft help
> > > > > > > > > > > > > page was no help.
> > > > > > > > > > > > >
> > > > > > > > > > > > > Your advice is welcome.
> > > > > > > > > > > > >
> > > > > > > > > > > > > Robin Chapple
> > > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > >------------------------------------
> > > > > > > > > > > >
> > > > > > > > > > > >Yahoo! Groups Links
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >------------------------------------
> > > > > > > > > >
> > > > > > > > > >Yahoo! Groups Links
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > >------------------------------------
> > > > > > > >
> > > > > > > >Yahoo! Groups Links
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > >------------------------------------
> > > > > >
> > > > > >Yahoo! Groups Links
> > > > > >
> > > > > >
> > > > > >
> > > > >
> > > >
> > > >
> > > >
> > > >
> > > >------------------------------------
> > > >
> > > >Yahoo! Groups Links
> > > >
> > > >
> > > >
> > >
> >
> >
> >
> >
> >------------------------------------
> >
> >Yahoo! Groups Links
> >
> >
> >
> >
> >
> >
> >------------------------------------
> >
> >Yahoo! Groups Links
> >
> >
> >
>
>
>
>The information contained in this communication is highly confidential
>and is intended solely for the use of the individual(s) to whom this
>communication is directed. If you are not the intended recipient, you
>are hereby notified that any viewing, copying, disclosure or
>distribution of this information is prohibited. Please notify the
>sender, by electronic mail or telephone, of any unintended receipt and
>delete the original message without making any copies.
>
> Blue Cross Blue Shield of Michigan and Blue Care Network of Michigan
>are nonprofit corporations and independent licensees of the Blue Cross
>and Blue Shield Association.
>
>
>[Non-text portions of this message have been removed]
>
>
>
>------------------------------------
>
>Yahoo! Groups Links
>
>
>
>
>
>
>------------------------------------
>
>Yahoo! Groups Links
>
>
>

------------------------------------

Yahoo! Groups Links

[Non-text portions of this message have been removed]

__._,_.___
Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (26)
Recent Activity:
.

__,_._,___

[AccessDevelopers] Re: Monthly set up

 

Thank you for the tips. I think, I know your approach to the problem. I will work on having year-month as a value in a field.

Regards, jay

--- In AccessDevelopers@yahoogroups.com, Duane Hookom wrote:
>
> Jay,
>
> As long as you are storing data (the year-month) as field names, you will always need to change your query design. 
>
> Is there any way you can normalize your table structure so that the year-month is a value in a field and each currency value is in its own record? 
>
> Duane Hookom MVP
> MS Access
>
> ________________________________
> > From: jaykay@...
> >
> > Field Name: 13-01 (Data Type: Currency)
> > Field Name: 13-02 (Data Type: Currency)
> > Field Name: 13-03 (Data Type: Currency)
> > Field Name: Desc (Data Type: Text)
> >
> > My query
> > SELECT tbl_history.Desc, tbl_history.[13-01], tbl_history.[13-02]
> > FROM tbl_history
> >
> > I am looking for a way to change query to
> > SELECT tbl_history.Decs, tbl_history.[13-02], tbl_history.[13-03]
> >
> > in the next month. Currently, I do it manually. Having been do this for
> > quite sometime but am trying to learn more from you.
> >
> > Regards, jay
> >
> > --- In
> > AccessDevelopers@yahoogroups.com ,
> > Duane Hookom wrote:
> > >
> > > Jay,
> > >
> > > Is there any way you could share your table and field structure?
> > >
> > > It should be a simple matter of pulling the current month from Date()
> > and using it to automate. It all depends on what you have and what
> > exactly you want.
> > >
> > > Duane Hookom MVP
> > > MS Access�
> > >
> > > ________________________________
> > > > From: jaykay@
> > > >
> > > > I created a table to store the monthly data. Query the current and
> > > > previous and calculate the difference. Generate a report showing
> > > > current, previous and the difference from this query. The problem here
> > > > is every month I have to manually change the query, i.e. changing the
> > > > selection of the current and previous month data.
> > > >
> > > > Question: Is there a way to do away with the manual set up, like select
> > > > current and previous month data through a form, or any other methods?
> > > >
> > > > Any ideas will be much appreciated.
> > > >
> > > > Regards, jay
>

__._,_.___
Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (5)
Recent Activity:

Please zip all files prior to uploading to Files section.
.

__,_._,___

Re: Bls: [belajar-access] Grand Total di Report Footer SALAH

 



Mohon maaf Mas sy hanya baru bisa analisa saja, yang mungkin perlu dikoreksi kembali...
 
Wassalaamu'alaikum Warahmatullahi Wabarakatuh,
Sofyan Efendi
----- Original Message -----
From: Ed-one
Sent: Thursday, January 31, 2013 4:52 PM
Subject: Re: Bls: [belajar-access] Grand Total di Report Footer SALAH



Maaf  mas..saya gak nangkep maksudnya..bisa dicontohin dengan kirim balik file yang sudah saya kirim....matur nuwun....


--- Pada Kam, 31/1/13, Sofyan Efendi <sofyanefendi@gmail.com> menulis:

Dari: Sofyan Efendi <sofyanefendi@gmail.com>
Judul: Re: Bls: [belajar-access] Grand Total di Report Footer SALAH
Kepada: belajar-access@yahoogroups.com
Tanggal: Kamis, 31 Januari, 2013, 4:36 PM

 



Penjumlahan di report tidak bisa dari formula yg kompleks, harus dibuat dulu formula nya di query, baru di sum. Kemudian untuk sum cicilan, tidak bisa seperti itu, harus menggunakan query group, atau gunakan DSUM. Sum dahulu cicilan berdasarkan ID Pinjaman, barulah query ini yang di link ke query pinjaman dan lain2.

 
Wassalaamu'alaikum Warahmatullahi Wabarakatuh,
Sofyan Efendi
----- Original Message -----
From: Ed-one
Sent: Thursday, January 31, 2013 3:09 PM
Subject: Re: Bls: [belajar-access] Grand Total di Report Footer SALAH [1 Attachment]


Yang saya tulis di email :

T O T A L                      22.000.000                                       5.000.000 

ini hanya contoh mas.....

Dalam lampiran file yang saya kirim silakan buka file report : "Rpt_Pembayaran Angsuran Rekap Keseluruhan"..silakan cek di bagian Report Footer untuk Grand Total Jml_Pinjaman & Sisa_Angsuran.


Terlampir filenya mas...silakan di oprek-oprek...makasih sblumnya...

idwan

--- Pada Kam, 31/1/13, Sofyan Efendi <sofyanefendi@gmail.com> menulis:

Dari: Sofyan Efendi <sofyanefendi@gmail.com>
Judul: Re: Bls: [belajar-access] Grand Total di Report Footer SALAH
Kepada: belajar-access@yahoogroups.com
Tanggal: Kamis, 31 Januari, 2013, 2:26 PM

 



Dear Mas Idwan, nama report nya apa ya? Saya tidak menemukan reportnya pada file yg dikirimkannya, yg sesuai dengan pertanyaan pertama. Tolong kirimkan file yang menyatakan kasusnya yg:
T O T A L                     22.000.000                                       5.000.000 
Tsb.
 
Wassalaamu'alaikum Warahmatullahi Wabarakatuh,
Sofyan Efendi
----- Original Message -----
From: Ed-one
Sent: Thursday, January 31, 2013 1:52 PM
Subject: Trs: Bls: [belajar-access] Grand Total di Report Footer SALAH

Dear all,

Mudah-mudahan...teman-teman masih mau bantu saya...
terus terang saya dah mentok....dah dibayar lagi sama pemesan aplikasinya ..hee...hee..

mohon pencerahannya...

idwan
--- Pada Sel, 29/1/13, Ed-one <idwan_rmk@yahoo.co.id> menulis:

Dari: Ed-one <idwan_rmk@yahoo.co.id>
Judul: Bls: [belajar-access] Grand Total di Report Footer SALAH [1 Attachment]
Kepada: belajar-access@yahoogroups.com
Tanggal: Selasa, 29 Januari, 2013, 3:58 PM

 

Oke deh Mas Farhan dan yang lainnya..terlampir file yang minta...
mudah2an ada jalan keluarnya..makasih....

Best Rgds,
Idwan

--- Pada Sel, 29/1/13, Farhan Holizain <farhanholizain@yahoo.com> menulis:

Dari: Farhan Holizain <farhanholizain@yahoo.com>
Judul: Bls: [belajar-access] Grand Total di Report Footer SALAH
Kepada: "belajar-access@yahoogroups.com" <belajar-access@yahoogroups.com>
Tanggal: Selasa, 29 Januari, 2013, 1:20 PM

 

Filenya dicopy dulu ke nama lain, kurangi recordnya hingga maks 100 record saja, lalu hapus juga table, form, report atau objek lain yang tidak perlu dengan tujuan memperkecil file. Jika sudah coba share aja filenya, Insya Allah kawan-kawan anggota milis ini akan menelusuri apa sebabnya.

Salam,
 
Farhan Holizain


Dari: Ed-one <idwan_rmk@yahoo.co.id>
Kepada: belajar-access@yahoogroups.com
Dikirim: Selasa, 29 Januari 2013 11:38
Judul: Re: [belajar-access] Grand Total di Report Footer SALAH



Filenya besar banget mas...contoh yang saya kasih MIIIRRRIIIPPP BANGEETTTT dengan ASLI nya..(hee..hee..)

Kalo data Detailnya saya tarik ke Group On sama saja mas....karena problemnya ya Report footer itu...thanks ya mas....


Ada cara lain lagi ??? mohon pencerahannya...

--- Pada Sel, 29/1/13, Bramantya S Pratama <bramantyasp@yahoo.com> menulis:

Dari: Bramantya S Pratama <bramantyasp@yahoo.com>
Judul: Re: [belajar-access] Grand Total di Report Footer SALAH
Kepada: belajar-access@yahoogroups.com
Tanggal: Selasa, 29 Januari, 2013, 5:48 AM

 
Wah susah mas idwan klo datanya cm begitu saja... Tp klo total termasuk angsuran apa mungkin dijadikan satu column antara pinjaman angsuran.. Tidak dikurangkan dulu.. Jd harus dikurangkan dulu di form ato query.. Mungkin perlu dikirim filenya agar lebih jelas

From: Ed-one <idwan_rmk@yahoo.co.id>
Sender: belajar-access@yahoogroups.com
Date: Mon, 28 Jan 2013 18:54:29 +0800 (SGT)
To: Belajar MsAccess<belajar-access@yahoogroups.com>
ReplyTo: belajar-access@yahoogroups.com
Subject: [belajar-access] Grand Total di Report Footer SALAH

Dear All,

Saya sedang membuat Report Angsuran Pinjaman, seperti contoh dibawah ini :
Dimana reportnya Group on No_Anggota dan Detail Data Angsuran.

=========================================================
                                                                         Data Angsuran
No Anggota    Nama     Besar Pinjaman         Tgl Byr Angsur   Jml Angsuran
=========================================================
A001           Budi          5.000.0000                
                                                                  1-Jan-13            1.000.000
                                                                  20-Jan-13          2.000.000
------------------------------------------------------------------------------------------------------------------
A002           Hasan       4.000.0000              
                                                                  3-Jan-13              500.000
                                                                 15-Jan-13           1.000.000
                                                                  1-Feb-13              500.000
-------------------------------------------------------------------------------------------------------------------
T O T A L                     22.000.000                                       5.000.000 

Total Besar Pinjaman harusnya 9jt, tapi mengapa di Report Footer Jumlah dari Sum([Total_Pinjaman]) besar sekali hingga berlipat-lipat, sepertinya sebanyak jumlah angsuran yang ada.

Mohon pencerahannya....atas perhatiannya makasih ya....

Best Rgds,
Idwan

                                                  




__._,_.___
Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (12)
Recent Activity:
SPAM IS PROHIBITED
.

__,_._,___

RE: [MS_AccessPros] Re: Editing a function

 

Hooray!

Thanks for sticking with us, Robin.

John Viescas, Author
Microsoft Access 2010 Inside Out
Microsoft Access 2007 Inside Out
Microsoft Access 2003 Inside Out
Building Microsoft Access Applications
SQL Queries for Mere Mortals
http://www.viescas.com/
(Paris, France)

-----Original Message-----
From: MS_Access_Professionals@yahoogroups.com
[mailto:MS_Access_Professionals@yahoogroups.com] On Behalf Of Robin Chapple
Sent: Thursday, January 31, 2013 9:15 PM
To: MS_Access_Professionals@yahoogroups.com
Subject: RE: [MS_AccessPros] Re: Editing a function

Gentlemen one and all,

At last I have it working.

There was a second copy!

My thanks to you all.

Regards,

Robin

At 1/02/2013 06:15 AM, you wrote:
>Darrell-
>
>Nice catch. My logic was backwards for month.
>
>John Viescas, Author
>Microsoft Access 2010 Inside Out
>Microsoft Access 2007 Inside Out
>Microsoft Access 2003 Inside Out
>Building Microsoft Access Applications
>SQL Queries for Mere Mortals
>http://www.viescas.com/
>(Paris, France)
>
>
>
>
>-----Original Message-----
>From: MS_Access_Professionals@yahoogroups.com
>[mailto:MS_Access_Professionals@yahoogroups.com] On Behalf Of Embrey,
>Darrell
>Sent: Thursday, January 31, 2013 7:44 PM
>To: MS_Access_Professionals@yahoogroups.com
>Subject: RE: [MS_AccessPros] Re: Editing a function
>
>Hi Robin,
>
>Change the following:
>
>If (intMonth > Month(Date)) Or ((intMonth = Month(Date)) And (intDay <
>Day(Date))) Then
>
>To:
>
>If (intMonth < Month(Date)) Or ((intMonth = Month(Date)) And (intDay <
>Day(Date))) Then
>
>
>Darrell
>
>From: MS_Access_Professionals@yahoogroups.com
>[mailto:MS_Access_Professionals@yahoogroups.com] On Behalf Of Robin
>Chapple
>Sent: Thursday, January 31, 2013 1:35 PM
>To: MS_Access_Professionals@yahoogroups.com
>Subject: RE: [MS_AccessPros] Re: Editing a function
>
>
>
>John and Patrick,
>
>The time difference is our enemy. It is now 05:15 Friday morning.
>
>First I need your help to understand 'Standard Module' and whatever the
>alternative may be.
>
>I have 'General' showing in a drop down box above the code. Is that a
>standard module?
>
>BTW I am an 83 year old fella! I am keen but inexperienced in code.
>
>Many thanks for your interest and help.
>
>I have tested all the options of the code you have prepared in the
'General'
>area and all give me 2014.
>
>I have added a screen capture on my web site.
>
>http://www.rotary9790.org.au/test/test.asp
>
>That example of code is working but gives 2014 for every entry.
>
>Many thanks again for your patience.
>
>Regards,
>
>Robin Chapple
>
>At 31/01/2013 07:01 PM, you wrote:
> >Patrick & Robin-
> >
> >I found that "bug" a couple of days ago and gave Robin the correction
> >for the missing close paren. She originally found that when she
> >pasted the code in a module somewhere (probably a form module) and it
> >wouldn't compile. I should have re-posted the entire bit of code with
> >instructions as to how to put it in a Standard module.
> >
> >Robin- If you created and saved the code in a standard module, you
> >should now see that module in the Nav Pane. Just right-click and
> >choose Open to edit it.
> >
> >John Viescas, Author
> >Microsoft Access 2010 Inside Out
> >Microsoft Access 2007 Inside Out
> >Microsoft Access 2003 Inside Out
> >Building Microsoft Access Applications SQL Queries for Mere Mortals
> >http://www.viescas.com/ (Paris, France)
> >
> >
> >
> >-----Original Message-----
> >From:
> >MS_Access_Professionals@yahoogroups.com
als%>40yahoogroups.com>
> >[mailto:MS_Access_Professionals@yahoogroups.com
ofes>sionals%40yahoogroups.com>] On Behalf Of patrickawood
> >Sent: Thursday, January 31, 2013 7:12 AM
> >To:
> >MS_Access_Professionals@yahoogroups.com
als%>40yahoogroups.com>
> >Subject: [MS_AccessPros] Re: Editing a function
> >
> >
> >Hi Robin,
> >
> >I think I found the problem. Try this code exactly as it is. You will
> >need to use this to completely replace what you have.
> >
> >
> >Public Function NextAnniversary(datChartered As Date) As Date
> >
> >Dim intMonth As Integer, intDay As Integer, intYear As Integer
> >
> > intMonth = Month(datChartered)
> > intDay = Day(datChartered)
> > intYear = Year(Date)
> >
> > If (intMonth > Month(Date)) Or _
> > ((intMonth = Month(Date)) And (intDay < Day(Date))) Then intYear =
> > intYear + 1 End If
> >
> > NextAnniversary = DateSerial(intYear, intMonth, intDay)
> >
> >End Function
> >
> >
> >Kind Regards,
> >Pat Wood
> >Gaining Access Technologies Founder
> >http://gainingaccess.net
> >Microsoft Access and SQL Azure Information Center for Developers:
> >http://gainingaccess.net/SQLAzure/AccessAndSQLAzureInfo.aspx
> >
> >--- In
>MS_Access_Professionals@yahoogroups.com
40yah
>oogroups.com>, Robin Chapple wrote:
> > >
> > > Thanks again Pat,
> > >
> > > Public Function NextAnniversary(datChartered As Date) As Date
> > >
> > > Dim intMonth As Integer, intDay As Integer, intYear As Integer
> > >
> > > intMonth = Month(datChartered)
> > >
> > > intDay = Day(datChartered)
> > >
> > > intYear = Year(Date)
> > >
> > > If (intMonth Month(Date)) Or _
> > >
> > > ((intMonth = Month(Date)) And (intDay Day(Date)) Then
> > >
> > > intYear = intYear + 1
> > >
> > > End If
> > >
> > > NextAnniversary = DateSerial(intYear, intMonth, intDay)
> > >
> > > End Function
> > >
> > > Call that from a query on your table like this:
> > >
> > > Anny: NextAnniversary([DateChartered])
> > >
> > > Regards,
> > >
> > > Robin
> > >
> > > At 31/01/2013 04:34 PM, you wrote:
> > > >Hi Robin,
> > > >
> > > >Can you post the original Function?
> > > >
> > > >Pat
> > > >
> > > >--- In
>MS_Access_Professionals@yahoogroups.com
40yah
>oogroups.com>, Robin Chapple wrote:
> > > > >
> > > > > Well done Pat,
> > > > >
> > > > > That found the function but I cannot edit it to give 2013
> > > > > instead of
> >2014.
> > > > >
> > > > > From February onwards the next anniversary will be in 2013 but
> > > > > all are returning 2014.
> > > > >
> > > > > I have edited intYear = intYear + 1
> > > > >
> > > > > to
> > > > >
> > > > > intYear = intYear
> > > > >
> > > > > and
> > > > >
> > > > > intYear = intYear -1
> > > > >
> > > > > Without the change showing.
> > > > >
> > > > > I have even edited
> > > > >
> > > > > NextAnniversary = DateSerial((intYear - 1), intMonth, intDay)
> > > > >
> > > > > to
> > > > >
> > > > > NextAnniversary = DateSerial((intYear - 2), intMonth, intDay)
> > > > >
> > > > > without a change.
> > > > >
> > > > > 2014 seems to be set in concrete!
> > > > >
> > > > > Regards,
> > > > >
> > > > > Robin
> > > > >
> > > > > At 31/01/2013 04:05 PM, you wrote:
> > > > > >Hi Robin,
> > > > > >
> > > > > >Don't worry about seeing blank until you do the search for
> > > > > >the name of the Function according to my instructions I gave
> > > > > >in an earlier post. If you have the name right and followed
> > > > > >my instructions you will find the Function.
> > > > > >
> > > > > >If that does not work then perhaps you have the name of the
> > > > > >Function wrong. You can then search for the text below which
> > > > > >should be in
> > > > your Function:
> > > > > >
> > > > > >intYear = intYear + 1
> > > > > >
> > > > > >Kind Regards,
> > > > > >Pat Wood
> > > > > >Gaining Access Technologies Founder http://gainingaccess.net
> > > > > >Microsoft Access and SQL Azure Information Center for Developers:
> > > > > >http://gainingaccess.net/SQLAzure/AccessAndSQLAzureInfo.aspx
> > > > > >
> > > > > >
> > > > > >--- In
>MS_Access_Professionals@yahoogroups.com
40yah
>oogroups.com>, Robin Chapple wrote:
> > > > > > >
> > > > > > >
> > > > > > > Thanks for your persistence.
> > > > > > >
> > > > > > > The function is working but it gives the year as 2014 and
> > > > > > > I need
> > > > > > it to be 2013.
> > > > > > >
> > > > > > > So the answers to your queries must be 'Yes'.
> > > > > > >
> > > > > > > With the query on the worksapce Alt F11 gives me blank pages.
> > > > > > >
> > > > > > > Cheers,
> > > > > > >
> > > > > > > Robin
> > > > > > >
> > > > > > > At 31/01/2013 03:40 PM, you wrote:
> > > > > > > >Hi Robin,
> > > > > > > >
> > > > > > > >Did you try searching as I laid out?
> > > > > > > >
> > > > > > > >If so, are you sure you saved the Function?
> > > > > > > >
> > > > > > > >And are you using the database in which you created the
>Function?
> > > > > > > >
> > > > > > > >
> > > > > > > >Kind Regards,
> > > > > > > >Pat Wood
> > > > > > > >Gaining Access Technologies Founder
> > > > > > > >http://gainingaccess.net Microsoft Access and SQL Azure
>Information Center for Developers:
> > > > > > > >http://gainingaccess.net/SQLAzure/AccessAndSQLAzureInfo.a
> > > > > > > >sp
> > > > > > > >x
> > > > > > > >
> > > > > > > >
> > > > > > > >--- In
> > > > > > > >MS_Access_Professionals@yahoogroups.com
s_Pr> > > > > > >ofessionals%40yahoogroups.com>, Robin Chapple
> >wrote:
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > Thanks Pat,
> > > > > > > > >
> > > > > > > > > I had tried that and once again all I get is blank pages!
> > > > > > > > >
> > > > > > > > > Cheers,
> > > > > > > > >
> > > > > > > > > Robin
> > > > > > > > >
> > > > > > > > > At 31/01/2013 02:49 PM, you wrote:
> > > > > > > > > >Hi Robin,
> > > > > > > > > >
> > > > > > > > > >That's OK. Try pressing the Alt and F11 keys at the
> > > > > > > > > >same
> >time.
> > > > > > > > > >
> > > > > > > > > >Kind Regards,
> > > > > > > > > >Pat Wood
> > > > > > > > > >Gaining Access Technologies Founder
> > > > > > > > > >http://gainingaccess.net Microsoft Access and SQL
> > > > > > > > > >Azure Information Center for Developers:
> > > > > > > > > >http://gainingaccess.net/SQLAzure/AccessAndSQLAzureIn
> > > > > > > > > >fo
> > > > > > > > > >.a
> > > > > > > > > >spx
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >--- In
> > > > > > > > > >MS_Access_Professionals@yahoogroups.com
cces> > > > > > > > >s_Professionals%40yahoogroups.com>, Robin
> > > > Chapple wrote:
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > > Thanks Pat,
> > > > > > > > > > >
> > > > > > > > > > > I cannot even find the "" window where you work
> > > > > > > > > > > with
> > > > the code "".
> > > > > > > > > > >
> > > > > > > > > > > Woe is me! Sackcloth and ashes!!!
> > > > > > > > > > >
> > > > > > > > > > > Cheers,
> > > > > > > > > > >
> > > > > > > > > > > Robin
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > > At 31/01/2013 12:37 PM, you wrote:
> > > > > > > > > > > >Hi Robin,
> > > > > > > > > > > >
> > > > > > > > > > > >You can do a search for NextAnniversary was it?
> > > > > > > > > > > >In the
> > > > > > window where
> > > > > > > > > > > >you work with the code on the Menu click "Edit"
> > > > > > > > > > > >and then
> > > > > > "Find" and
> > > > > > > > > > > >enter NextAnniversary in the "Find What:" box at
> > > > > > > > > > > >the
> > > > top of the
> > > > > > > > > > > >dialog that opens and then make sure that
> > > > > > > > > > > >"Current Project" is selected and then click "Find
Next".
> > > > > > > > > > > >Keep clicking "Find
> > > > > > Next" until
> > > > > > > > > > > >you see the Function.
> > > > > > > > > > > >
> > > > > > > > > > > >Kind Regards,
> > > > > > > > > > > >Pat Wood
> > > > > > > > > > > >Gaining Access Technologies Founder
> > > > > > > > > > > >http://gainingaccess.net Microsoft Access and SQL
> > > > > > > > > > > >Azure Information Center
> > > > for Developers:
> > > > > > > > > > > >http://gainingaccess.net/SQLAzure/AccessAndSQLAzu
> > > > > > > > > > > >re
> > > > > > > > > > > >In
> > > > > > > > > > > >fo.aspx
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > >--- In
> > > > > > > > > > > >MS_Access_Professionals@yahoogroups.com
MS_A> > > > > > > > > > >ccess_Professionals%40yahoogroups.com>, Robin
> > > > > > Chapple wrote:
> > > > > > > > > > > > >
> > > > > > > > > > > > > My apology for being a 'lame duck'.
> > > > > > > > > > > > >
> > > > > > > > > > > > > John Viescas has taken me step by step through
> > > > > > > > > > > > > adding
> > > > > > a function to
> > > > > > > > > > > > > my database. It works as planned with one
> > > > > > > > > > > > > exception
> > > > > > and I need to
> > > > > > > > > > > > > edit one criteria.
> > > > > > > > > > > > >
> > > > > > > > > > > > > How do I get back to the function to edit it?
> > > > > > > > > > > > > I have
> > > > > > investigated
> > > > > > > > > > > > > everything that looks possible without success.
> > > > > > > > > > > > > The
> > > > > > Microsoft help
> > > > > > > > > > > > > page was no help.
> > > > > > > > > > > > >
> > > > > > > > > > > > > Your advice is welcome.
> > > > > > > > > > > > >
> > > > > > > > > > > > > Robin Chapple
> > > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > >------------------------------------
> > > > > > > > > > > >
> > > > > > > > > > > >Yahoo! Groups Links
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >------------------------------------
> > > > > > > > > >
> > > > > > > > > >Yahoo! Groups Links
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > >------------------------------------
> > > > > > > >
> > > > > > > >Yahoo! Groups Links
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > >------------------------------------
> > > > > >
> > > > > >Yahoo! Groups Links
> > > > > >
> > > > > >
> > > > > >
> > > > >
> > > >
> > > >
> > > >
> > > >
> > > >------------------------------------
> > > >
> > > >Yahoo! Groups Links
> > > >
> > > >
> > > >
> > >
> >
> >
> >
> >
> >------------------------------------
> >
> >Yahoo! Groups Links
> >
> >
> >
> >
> >
> >
> >------------------------------------
> >
> >Yahoo! Groups Links
> >
> >
> >
>
>
>
>The information contained in this communication is highly confidential
>and is intended solely for the use of the individual(s) to whom this
>communication is directed. If you are not the intended recipient, you
>are hereby notified that any viewing, copying, disclosure or
>distribution of this information is prohibited. Please notify the
>sender, by electronic mail or telephone, of any unintended receipt and
>delete the original message without making any copies.
>
> Blue Cross Blue Shield of Michigan and Blue Care Network of Michigan
>are nonprofit corporations and independent licensees of the Blue Cross
>and Blue Shield Association.
>
>
>[Non-text portions of this message have been removed]
>
>
>
>------------------------------------
>
>Yahoo! Groups Links
>
>
>
>
>
>
>------------------------------------
>
>Yahoo! Groups Links
>
>
>

------------------------------------

Yahoo! Groups Links

__._,_.___
Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (25)
Recent Activity:
.

__,_._,___