Search results

  1. H

    Help needed to read all text files in a folder

    Hello Folks, I am attempting to read all the text files in to a folder using Access VBA. I need to open and read these as some pre-processing is required before writing the data to the appropriate tables. The following code does not work, but I do not understand why not. It opens the first...
  2. H

    Work-Flow and/or Diary

    Folks, do any of you know of a work-flow or diary solution, perferably for free? I have a process that uses standard gateways and could design a checklist to ensure that all the correct hoops are jumped through, and who jumped through those hoops, and when. But if something already exists that...
  3. H

    Field Encryption

    Greetings, I have had a search through the forum and I *think* this is a new question. Like others I am holding a user ID and password in a table. So that people can't just open the table and peek at everyone's passwords I'm wanting to encrypt the password field. 1) Is this possible, and can...
  4. H

    PSP and Adobe PSP

    Hi Folks, I want to call eith PSP or Adobe Photoshop causing these applications to open with a filename taken from a column in a table. I am having great problems trying to work out the DDE calls. Can anyone either tell me what the DDE should be or suggest another way to open these graphics...
  5. H

    Continous Forms and Field Properties

    I want to change the field properties on a continuos form put only for fields that display a certain value. For example, I have a continous form displaying 20 rows, a Yes/No field could be "N" and i want the background colour on these feilds to be Red, otherwise (i.e. = "Y") the bacground should...
  6. H

    Parameters

    I am populating a form using SELECT SQL against a table with a couple of lookup fields. When I apply a filter or a sort to the SQL and open the form I am asked to spply parameters for the lookup fields. Under what circumstances are parameters required, or, to put it another way, what am I doing...
Back
Top Bottom