Jumat, 31 Januari 2020

[AccessDevelopers] File - Monthly_Notices.txt

 


Monthly notices:

Hi Kids!:

Don't forget to check out our "Links" section at the website for helpful sites. Also take a peek at books that others have found worthwhile in our books database under the 'Database' link of the main AccessDevelopers page. Feel free to add any books or links that you have found useful.

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

Please zip all files prior to uploading to Files section.

.

__,_._,___

Sabtu, 25 Januari 2020

Re: [MSAccessProfessionals] decimals not to show on drop down list

Hi Duane,
Thanks a lot for helping and guiding for future also.
It worked smoothly.
And i'm sorry too for misunderstanding.
Thanks & best regards,
It is late night here, tomorrow i will ask another question.
Khalid
_._,_._,_

Groups.io Links:

You receive all messages sent to this group.

View/Reply Online (#115416) | Reply To Group | Reply To Sender | Mute This Topic | New Topic

Your Subscription | Contact Group Owner | Unsubscribe [sugeng.panjalu.access@blogger.com]

_._,_._,_

Re: [MSAccessProfessionals] decimals not to show on drop down list

Regarding the previous thread, "Duplication of entry..." you had stated "Sorry for botheration, the code is now as:". Then I had asked if your question was resolved which you didn't reply to. Perhaps you meant to suggest it was resolved and I just didn't understand and needed confirmation which I didn't get. Maybe it's a language or culture difference.

No matter what I tried, I can't get the combo box to display decimal places even if I attempt to format the column in the design of the Row Source. You could try concatenate a zero length string to the TripNo column making it TripNo & "".

Khahlid said:
For my current question nothing is set in combo box display, Format--> Blank, decimal places=0,visible=Yes, Column Count=3
Row source of combo box is:
Under date tab tabm Row source is:
SELECT CST.TripNo, CST.CstName, CST.SegmentNo FROM CST ORDER BY CST.TripNo;
Bound Column=1, Limit to list = Yes
I'm available full time, waiting for any suggestion and pointing out my mistake.
Regards & thanks,
Khalid
_._,_._,_

Groups.io Links:

You receive all messages sent to this group.

View/Reply Online (#115415) | Reply To Group | Reply To Sender | Mute This Topic | New Topic

Your Subscription | Contact Group Owner | Unsubscribe [sugeng.panjalu.access@blogger.com]

_._,_._,_

Jumat, 24 Januari 2020

Re: [MSAccessProfessionals] decimals not to show on drop down list

Hi Duane,
Since posting my question I've been looking for any reply, this is the first reply from you i can see. For my previous thread i immediately replied and answered that i have solved and managed it and said thanks.

For my current question nothing is set in combo box display, Format--> Blank, decimal places=0,visible=Yes, Column Count=3
Row source of combo box is:
Under date tab tabm Row source is:
SELECT CST.TripNo, CST.CstName, CST.SegmentNo FROM CST ORDER BY CST.TripNo;
Bound Column=1, Limit to list = Yes
I'm available full time, waiting for any suggestion and pointing out my mistake.
Regards & thanks,
Khalid
Note whenever you need any clarification from me i will respond immediately
_._,_._,_

Groups.io Links:

You receive all messages sent to this group.

View/Reply Online (#115414) | Reply To Group | Reply To Sender | Mute This Topic | New Topic

Your Subscription | Contact Group Owner | Unsubscribe [sugeng.panjalu.access@blogger.com]

_._,_._,_

Re: [MSAccessProfessionals] decimals not to show on drop down list

Hi Khalid,
You never responded to my previous question to you:
==============================================
"Is there still an issue? Your reply just provides code with out any status regarding your question. Also, you haven't included any part of the previous thread in your reply. It always helps to include previous messages.

If it doesn't work, I would add this line

  stLinkCriteria = "[TripNo]=" & SID
  debug.Print stLinkCriteria      'open the debug window to view this
==============================================

I would like to get an answer and then address this question.

Also what have you tried in order to set the format in the combo box display?
What is the Row Source of the combo box?

Regards,
Duane

From: MSAccessProfessionals@groups.io <MSAccessProfessionals@groups.io> on behalf of Khalid Tanweer via Groups.Io <khalidtanweerburrah=yahoo.com@groups.io>
Sent: Friday, January 24, 2020 1:54 AM
To: MSAccessProfessionals@groups.io <MSAccessProfessionals@groups.io>
Subject: [MSAccessProfessionals] decimals not to show on drop down list
 
Hi all,
Tbl CST has PK TripNo, Long Integer,Standard. decimal places zero.
on a form  'Cst Expenditures' is a combo box CstName unbound, when i click it on drop down list of CstName it shows
CstName (Labelled Trip No) with two decimal places,
after selecting any from the list combobox CstName the value is shown rounded, how do i stop decimal places in list.
 
Please help.
Regards Khalid

Kamis, 23 Januari 2020

[MSAccessProfessionals] decimals not to show on drop down list

Hi all,
Tbl CST has PK TripNo, Long Integer,Standard. decimal places zero.
on a form  'Cst Expenditures' is a combo box CstName unbound, when i click it on drop down list of CstName it shows
CstName (Labelled Trip No) with two decimal places,
after selecting any from the list combobox CstName the value is shown rounded, how do i stop decimal places in list.
 
Please help.
Regards Khalid
_._,_._,_

Groups.io Links:

You receive all messages sent to this group.

View/Reply Online (#115412) | Reply To Group | Reply To Sender | Mute This Topic | New Topic

Your Subscription | Contact Group Owner | Unsubscribe [sugeng.panjalu.access@blogger.com]

_._,_._,_

Senin, 20 Januari 2020

Re: [MSAccessProfessionals] Duplication of entry is not checked

Khalid,
Is there still an issue? Your reply just provides code with out any status regarding your question. Also, you haven't included any part of the previous thread in your reply. It always helps to include previous messages.

If it doesn't work, I would add this line

  stLinkCriteria = "[TripNo]=" & SID
  debug.Print stLinkCriteria      'open the debug window to view this

Regards,
Duane
 



From: MSAccessProfessionals@groups.io <MSAccessProfessionals@groups.io> on behalf of Khalid Tanweer via Groups.Io <khalidtanweerburrah=yahoo.com@groups.io>
Sent: Monday, January 20, 2020 6:01 AM
To: MSAccessProfessionals@groups.io <MSAccessProfessionals@groups.io>
Subject: Re: [MSAccessProfessionals] Duplication of entry is not checked
 
Hi all,
Sorry for botheration, the code is now as:

Private Sub TripNo_BeforeUpdate(Cancel As Integer)
 Dim SID As Long
    Dim stLinkCriteria As String
    Dim rsc As DAO.Recordset
 
    Set rsc = Me.RecordsetClone
 
    SID = Me.TripNo.Value
       
    stLinkCriteria = "[TripNo]=" & SID
 
    'Check Add New Cst table for duplicate TripNo
    If DCount(TripNo, "CST", _
              stLinkCriteria) > 0 Then
        'Undo duplicate entry
        Me.Undo
        'Message box warning of duplication
        MsgBox "TripNo: '" & SID & "' has already been allotted." & vbCrLf & _
              "You will now been taken to the record of TripNo. '" _
              & SID & "'.", vbExclamation _
        , "PTF Guide - Duplicate Entry"
        'Go to record of original TripNo
        rsc.FindFirst stLinkCriteria
        Me.Bookmark = rsc.Bookmark
    End If
    Set rsc = Nothing
End Sub

Thanks for replies,
Khalid

Re: [MSAccessProfessionals] Duplication of entry is not checked

Hi all,
Sorry for botheration, the code is now as:

Private Sub TripNo_BeforeUpdate(Cancel As Integer)
 Dim SID As Long
    Dim stLinkCriteria As String
    Dim rsc As DAO.Recordset
 
    Set rsc = Me.RecordsetClone
 
    SID = Me.TripNo.Value
       
    stLinkCriteria = "[TripNo]=" & SID
 
    'Check Add New Cst table for duplicate TripNo
    If DCount(TripNo, "CST", _
              stLinkCriteria) > 0 Then
        'Undo duplicate entry
        Me.Undo
        'Message box warning of duplication
        MsgBox "TripNo: '" & SID & "' has already been allotted." & vbCrLf & _
              "You will now been taken to the record of TripNo. '" _
              & SID & "'.", vbExclamation _
        , "PTF Guide - Duplicate Entry"
        'Go to record of original TripNo
        rsc.FindFirst stLinkCriteria
        Me.Bookmark = rsc.Bookmark
    End If
    Set rsc = Nothing
End Sub

Thanks for replies,
Khalid
_._,_._,_

Groups.io Links:

You receive all messages sent to this group.

View/Reply Online (#115410) | Reply To Group | Reply To Sender | Mute This Topic | New Topic

Your Subscription | Contact Group Owner | Unsubscribe [sugeng.panjalu.access@blogger.com]

_._,_._,_

Re: [MSAccessProfessionals] Duplication of entry is not checked

Change:
stLinkCriteria = "TripNo= & [TripNo] " '"
with
 
stLinkCriteria = "TripNo= '" & [TripNo] & "'"  if TripNo is string else
stLinkCriteria = "TripNo= " & [TripNo] 

Ciao Domenico

Il giorno lun 20 gen 2020 alle ore 08:50 Khalid Tanweer via Groups.Io <khalidtanweerburrah=yahoo.com@groups.io> ha scritto:
Hi all,
I'm working on a form "Add New Cst". On its field Name "TripNo" and Control source is "TripNo" Format Standard, decimal places = 0
On its BeforeUpdateEvent I'm getting a Run time error '3075;
Syntax error (missing operator) in query expression 'TripNo= &
[TripNo]';
I want this message not comes and it should check for Duplicate entry, Event is:

Private Sub TripNo_BeforeUpdate(Cancel As Integer)
     Dim stLinkCriteria As String
     Dim rsc As DAO.Recordset
   'Don 't check if not on a new row
   'If Not Me.NewRecord Then Exit Sub
    stLinkCriteria = "TripNo= & [TripNo] " '"
                     Debug.Print stLinkCriteria
    
   'Check Cst table for duplicate TripNo
    If DCount("*", TripNo, stLinkCriteria) > 0 Then
 
        'Message box warning of duplication
            MsgBox "This Trip No: " & [TripNo] & " has already been entered" & vbCrLf & _
               "at" & [TripNo] & "." _
               , vbInformation, "Duplicate Entry"
 
            'Undo duplicate entry
            Me.Undo
               
            'Go to record of original TripNo
            Set rsc = Me.RecordsetClone
            rsc.FindFirst stLinkCriteria
            Me.Bookmark = rsc.Bookmark
            Set rsc = Nothing
    End If
End Sub
-----------
Please help where is the mistake.
Thanks Khalid

_._,_._,_

Groups.io Links:

You receive all messages sent to this group.

View/Reply Online (#115409) | Reply To Group | Reply To Sender | Mute This Topic | New Topic

Your Subscription | Contact Group Owner | Unsubscribe [sugeng.panjalu.access@blogger.com]

_._,_._,_

Minggu, 19 Januari 2020

[MSAccessProfessionals] Duplication of entry is not checked

Hi all,
I'm working on a form "Add New Cst". On its field Name "TripNo" and Control source is "TripNo" Format Standard, decimal places = 0
On its BeforeUpdateEvent I'm getting a Run time error '3075;
Syntax error (missing operator) in query expression 'TripNo= &
[TripNo]';
I want this message not comes and it should check for Duplicate entry, Event is:

Private Sub TripNo_BeforeUpdate(Cancel As Integer)
     Dim stLinkCriteria As String
     Dim rsc As DAO.Recordset
   'Don 't check if not on a new row
   'If Not Me.NewRecord Then Exit Sub
    stLinkCriteria = "TripNo= & [TripNo] " '"
                     Debug.Print stLinkCriteria
    
   'Check Cst table for duplicate TripNo
    If DCount("*", TripNo, stLinkCriteria) > 0 Then
 
        'Message box warning of duplication
            MsgBox "This Trip No: " & [TripNo] & " has already been entered" & vbCrLf & _
               "at" & [TripNo] & "." _
               , vbInformation, "Duplicate Entry"
 
            'Undo duplicate entry
            Me.Undo
               
            'Go to record of original TripNo
            Set rsc = Me.RecordsetClone
            rsc.FindFirst stLinkCriteria
            Me.Bookmark = rsc.Bookmark
            Set rsc = Nothing
    End If
End Sub
-----------
Please help where is the mistake.
Thanks Khalid
_._,_._,_

Groups.io Links:

You receive all messages sent to this group.

View/Reply Online (#115408) | Reply To Group | Reply To Sender | Mute This Topic | New Topic

Your Subscription | Contact Group Owner | Unsubscribe [sugeng.panjalu.access@blogger.com]

_._,_._,_

Rabu, 15 Januari 2020

Re: [belajar-access] Re: Halo, milis-ku ..... :D

 

ya udah kita bikin aja yuks....
wa saya 08999181836

Pada Selasa, 7 Januari 2020 15.51.17 WIB, Nala Wiradanta nalawiradanta@yahoo.co.id [belajar-access] <belajar-access@yahoogroups..com> menulis:


 

ikutttt klo ada millis wa atau lainnya.

Pada Selasa, 24 Desember 2019 06.57.12 WIB, Adi Atmanto adi.atmanto@gmail.com [belajar-access] <belajar-access@yahoogroups.com> menulis:


 

Lama gak lihat milis ini...ternyata masih aktif

Kind Regards,
Adi Atmanto


Sent from my @iPhone

On 13 Dec 2019, at 21.00, Nino Ruwano ninoguevara@gmail.com [belajar-access] <belajar-access@yahoogroups.com> wrote:

  

Alhamdulillah kabar baik :-)
yahoogroups gak jadi tutup gara2 milis belajar-access kayaknya nih

On Fri, Dec 13, 2019 at 8:04 AM privat access les.access@gmail.com [belajar-access] <belajar-access@yahoogroups.com> wrote:
 

Halo cak...

Milis yg melegenda dg sejuta kenangan... bertabur ilmu dan pengalaman...bertambah kawan dan rejeki...

Apakabar para accesser semua ?


__._,_.___

Posted by: Nala Wiradanta <nalawiradanta@yahoo.co.id>
Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (16)
SPAM IS PROHIBITED

.

__,_._,___

Minggu, 12 Januari 2020

New deadline for Yahoo Groups data request

Selasa, 07 Januari 2020

Re: [belajar-access] Re: Halo, milis-ku ..... :D

 

ikutttt klo ada millis wa atau lainnya.

Pada Selasa, 24 Desember 2019 06.57.12 WIB, Adi Atmanto adi.atmanto@gmail.com [belajar-access] <belajar-access@yahoogroups.com> menulis:


 

Lama gak lihat milis ini...ternyata masih aktif

Kind Regards,
Adi Atmanto


Sent from my @iPhone

On 13 Dec 2019, at 21.00, Nino Ruwano ninoguevara@gmail.com [belajar-access] <belajar-access@yahoogroups.com> wrote:

  

Alhamdulillah kabar baik :-)
yahoogroups gak jadi tutup gara2 milis belajar-access kayaknya nih

On Fri, Dec 13, 2019 at 8:04 AM privat access les.access@gmail.com [belajar-access] <belajar-access@yahoogroups.com> wrote:
 

Halo cak...

Milis yg melegenda dg sejuta kenangan... bertabur ilmu dan pengalaman...bertambah kawan dan rejeki...

Apakabar para accesser semua ?


__._,_.___

Posted by: Nala Wiradanta <nalawiradanta@yahoo.co.id>
Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (15)
SPAM IS PROHIBITED

.

__,_._,___

Re: [belajar-access] Re: Halo, milis-ku ..... :D

 

Sama saya juga, masih bnyk menggunkan program ini untuk membuat database2, hny saja spertinya harus upgrade ilmu nih, biar bisa munculin access di hp android atau web

Pada Jumat, 27 Desember 2019 00.12.06 WIB, Nino Ruwano ninoguevara@gmail.com [belajar-access] <belajar-access@yahoogroups.com> menulis:


 

banyak masalah = banyak ilmu baru :-D

On Wed, Dec 25, 2019 at 2:39 PM Nuke Pratama nukepratama@yahoo.com [belajar-access] <belajar-access@yahoogroups.com> wrote:
 

Saya jarang sekali akses mlis ini ...

Tapi saya masih pakai Ms Accessuntuk bikin aplikasi buat klien
dan sampai saat ini masih muncul ilmu baru yang saya dapat
dari pengalaman memaintain aplikasi seiring dengan masalah yg muncul di klien.

-Nuke Pratama-


__._,_.___

Posted by: Nala Wiradanta <nalawiradanta@yahoo.co.id>
Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (14)
SPAM IS PROHIBITED

.

__,_._,___

Senin, 06 Januari 2020

Re: [MSAccessProfessionals] upgrading ms Access

Khalid - While having the latest version is a great thing for the average user, I think you will find that if you develop in a version that is earlier you will have one that most of your users will be able to use. I've stuck with 2010 32-bit because I have yet to find a user that can't run any of my applications. In my case they can all use my 2010 databases. If I had the latest version my users who might have earlier versions might not be able to open them. There is always a risk that an older version will have problems with an  application built in the latest version. The forums are filled with such problems.

Of course, that is just one person's opinion.

--
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 (#115407) | Reply To Group | Reply To Sender | Mute This Topic | New Topic

Your Subscription | Contact Group Owner | Unsubscribe [sugeng.panjalu.access@blogger.com]

_._,_._,_

Rabu, 01 Januari 2020

[belajar-access] File - Tata Tertib dan Aturan.txt

 


Tata tertib dan peraturan
Mailing List: belajar-access@yahoogroups.com

1. Mailing list ini membahas mengenai pemrograman Microsoft Access.
2. Tidak diperkenankan mem-posting topik yang tidak ada kaitannya sama sekali dengan pemrograman MS Access, peluang kerja atau tawaran kerja sama dengan keahlian di bidang MS Access, atau pengajaran/kursus MS Acces. Pelanggaran terhadap aturan ini akan di-ban dari keanggotaan milis ini.
3. Mohon berdiskusi dengan baik, dengan semangat membangun, demi kemajuan kita bersama. Hindarilah perbantahan (flame) yang bisa menjadi pertengkaran yang tidak perlu.
4 Hindari reply permintaan one-liner seperti 'saya minta juga dong', 'saya setuju', dan lain-lain yang tidak perlu.
5. Sedapat mungkin memberikan data-data yang lengkap dalam mengajukan suatu masalah untuk memudahkan rekan-rekan sesama member mengidentifikasi dan mencarikan solusi, termasuk memberikan subject yang sesuai dengan isi email, tidak dengan kata-kata seperti "tologing dong", "pusing...", "ada yang bisa bantu..", dll.

Moderator

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

.

__,_._,___