• Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
  • Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!

Ms access

Collapse
X
  •  
  • Filter
  • Time
  • Show
Clear All
new posts

    Ms access

    I am looking at a legacy app written in access. Basically it reads data from a number of spreadsheets and validates the data and consolidates it into a single file which clientco sends to another system.
    Today is the first time I've seen it in action and the thing I find odd is that the import/validation process actually opens each excel sheet on screen - I am not an Access expert but shirely it doesn't need to do that?

    #2
    No, it doesn't.. Excel (or the worksheet) has a visible property which, when set to false, just runs Excel in the background.
    The "Fit" hits the "Shan"

    Comment


      #3
      MS Access.. oh those were the days, does anyone actually use this to build new dbs?
      The proud owner of 125 Xeno Geek Points

      Comment


        #4
        Students on 'work experience'..
        The "Fit" hits the "Shan"

        Comment


          #5
          On quite a few client sites I have recommended the writing of a virus to go round the LAN and delete anything matching *.mdb on the C: drives.

          At all sites bar one they thought it was a good idea. Whether they have implemented it, I'm unsure.

          (The exception was a utility, unsurprisingly.)
          My all-time favourite Dilbert cartoon, this is: BTW, a Dumpster is a brand of skip, I think.

          Comment


            #6
            Originally posted by chef View Post
            MS Access.. oh those were the days, does anyone actually use this to build new dbs?
            dunno this is an old app we are replacing but I was curious to know if we could improve it in the interim

            Comment


              #7
              Peoplesoft, you can just open the excel document behind the sceens if they are using the method i think they are, just step though the code until you identify there it opens the files and then just read to documentation on the command used, it's a simple switch command

              Originally posted by RichardCranium View Post
              On quite a few client sites I have recommended the writing of a virus to go round the LAN and delete anything matching *.mdb on the C: drives.

              At all sites bar one they thought it was a good idea. Whether they have implemented it, I'm unsure.

              (The exception was a utility, unsurprisingly.)
              Actually wrote something like this at one job, just did not delete them,moved them to a quarantine zone instead, leaving a placeholder for the user to contact IT to explain why they had Access databases they had not informed IT about.

              Result: Close to 30,000 Access databases and phone's ringing off the hook for a month of two. But it did pretty much solve "their Access problem"
              Last edited by Not So Wise; 6 August 2009, 09:55.

              Comment


                #8
                Can't you just attach the Excel spreadsheets in the database and then use them as if they were native access tables?

                Comment


                  #9
                  There are serveral reason why excel is visible

                  1) so that the user could see any error messages that pop up

                  2) if the excel file is blank for some reason he/she knows straight away
                  something is wrong.

                  3) perhaps a recorded excel macro is run on the sheet, most recoreded
                  macros need excel to be visible.

                  4) It's a signal so once excel files have closed down there is probably a long
                  time involved in loading the data, so could opportunity to go for a coffee.

                  5) makes them look like they are doing some work.

                  HTH

                  Comment


                    #10
                    Originally posted by Peoplesoft bloke View Post
                    dunno this is an old app we are replacing but I was curious to know if we could improve it in the interim
                    It ain't broke so STOP FIXING IT.

                    Originally posted by Not So Wise View Post
                    Actually wrote something like this at one job, just did not delete them,moved them to a quarantine zone instead. Result: it did pretty much solve "their Access problem"
                    Balls of steel, man, balls of steel.
                    My all-time favourite Dilbert cartoon, this is: BTW, a Dumpster is a brand of skip, I think.

                    Comment

                    Working...
                    X