Search results

  1. S

    Increment Database Version Number by 1

    Hello I’m working on a section of code that when a user clicks a button it looks at a table called TBLVersion and increments the version number. The version number format is 1.0.1 what I need the code to do is increment the last digit by one for example to “1.0.2”. I got the flowing code to...
  2. S

    File Path Hyperlink

    Hello I’m using MS Access 2010. I have a code that I’m using that loops through a folder gather all the names of the files in the folder and inserts them into a table (shown below). The table is named “tblFiles” there are two columns in the table titled file name and file path. What I want to...
  3. S

    Multi-column List box

    Hello everyone So I have this database that when you click a button it generates a report using the information entered by a user. On that report I have a multi-column list box that holds a currency value. The problem that I am having is that the list box is cutting off some of the currency...
Back
Top Bottom