Search results

  1. M

    Code to remove backstage in file ribbon.

    Hello everyone. I have been trying real hard to find xml code which will remove file ribbon or remove backstage. When file ribbon is clicked it should not show anything. Other ribbons to remain the way it is. Look at the attached database. Thanks.
  2. M

    Autopopulate years and make previous years grey meaning you will not use

    Hello everyone. I am trying to come up with a code to autopopulate years every 1st January every year and make previous years grey as in Lock Previous years. Kindly assist me with the code please. Thanks in advance.
  3. M

    Solved Instead of Ms access in msgbox heading I should be able to write something else.

    Hello everyone, Kindly assist me with the following code when executed should not show Microsoft access. It should show something else which I will write. Private sub Form_Open(Cancel As Integer) If StrComp(InputBox("Please enter the Password."), "123", 0) <> 0 Then Cancel= True MsgBox...
  4. M

    Solved Get Username in 64 bit

    The following function works fine in 32 bit. I am requesting for assistance for a function which will work in 64 bit. Thanks. Private Declare Function apiGetUserName Lib "advapi32.dll" Alias _ "GetUserNameA" (ByVal lpBuffer As String, nSize As Long) As Long Function fOSUserName() As String '...
  5. M

    Solved Report Export as Pdf, Export as Excel and Export as Word.

    Hi all. I am kindly requesting anyone to assist me with vba code to export report as pdf and export as Excel and export as word. If there is any drop-down for all of them will be appreciated. Kindly please I am requesting. Kindly look at the attached database. Thanks in advance.
  6. M

    I am sorry if I offended anyone in writing my threads in capital letters.

    From the bottom of my heart, I am really sorry. @Jon the site owner should come up with a way of making rules inclusive of caps. I have learned a lot from this forum.
  7. M

    APPLICATION TO BE USED BY ONLY ONE COMPUTER

    Hi all. In my research over the web I found the following function. I don't know how to call it in a module or submodule. Any assistance will be highly appreciated. I want my access database application to be used by only one computer. Public Function LDSerialFSO(DriveLetter As String) As...
  8. M

    BEFORE UPDATE PREVENT DUPLICATE

    Hi all. I have the following code Private Sub strStudentNumber_BeforeUpdate(Cancel As Integer) '********************************* 'Code sample courtesy of srfreeman '********************************* Dim SID As String Dim stLinkCriteria As String Dim rsc As DAO.Recordset Set...
  9. M

    Point of sale

    Hello everyone. I am new in access. I have an intention of creating POINT OF SALE for SUPERMARKET AND RETAIL BUSINESS. Kindly assist me with a sample database. I am trying to create tables. Any assistance will be highly appreciated. Thanks.
  10. M

    Greetings

    Hello everyone
Top Bottom