Search results

  1. M

    Creating a Folder in Medium date Format

    Hi, I am using a module right now to export a report into a folder right now using the "Medium date format to rename the file. I was wondering if at the same time I could also creae a folder by the days "medium date" for that file to go into. here is the code that I am using right now...
  2. M

    Trying to Call Module and getting compiling error

    Hi, I am trying to call my Autosave module from the Form_Open event. Everytime I open the database I get a compiling error. Private Sub Form_Open(Cancel As Integer) Call Autosave End Sub I have the form selected to "Has Module" and if I run the code from VBA it will prompt the macro box...
  3. M

    using this formula to autosave and update

    Hi, I have a formula that will export a report and save it to a html file in a folder I ahve selected. Waht I need to do is have it auto save into a new folder named by teh current date everyday upon opening of the access database. Here is the formula I use right now to auto save it to the...
  4. M

    find and enter true/false data cell

    Hi, I was curious, I have an accesss database that we manage all of our products in. I have recently been sent a sheet that has a lot of discontinued products. I have matched those skus up to the products and was wondering if there was a way to change the value in a column based on if the cell...
Back
Top Bottom