Search results

  1. F

    VBA changes system date

    Hi guys, I've just found on the net this piece of code: Option Compare Database Option Explicit Public Const LOCALE_SSHORTDATE = &H1F Public Const WM_SETTINGCHANGE = &H1A 'same as the old WM_WININICHANGE Public Const HWND_BROADCAST = &HFFFF& Public Declare Function SetLocaleInfo Lib "kernel32"...
  2. F

    Change form icon next to caption?

    When I copy the program without copying the icon to other computer, the icon of my form disappeared, which means that access only links the icon but doesn't save it along with the program. I don't know how to insert the icon so that it goes with the program as one
  3. F

    Change form icon next to caption?

    Hi guys, I would like to ask how to change a form icon and make that icon embed to my database, I have tried the Application Icon property in Access Options but when I copy the database to other computer then the icon disappeared.
  4. F

    SQL table & MAOL table

    Hi guys! I 've just begin to learn access, I would like to know what is the difference between creating a table using SQL and creating a table using MAOL (access object library)? I ran into these 2 methods when taking a tutorial on the internet? What are the advantages of each method? Thanks in...
Back
Top Bottom