Search results

  1. V

    Read Only Error when trying to export

    Any Ideas? Anyone? At least some brainstorm quick guesses? please, I need to know what coul be happening. My vista knowledge is very limited so anything could do. Thanks
  2. V

    Read Only Error when trying to export

    Hey, I hope you can help me with this one, I designed a tool in Access 2007 that updates every week using another Access 2007 file. The way I do it, is creating this updater file with a form that has a button that has some saved export steps to the Main file. It works OK, for all the users...
  3. V

    Attachment's Complete Filename (route)

    No clues yet? Do you know how to get the filename of all the attachments that can be added through an attachment field?
  4. V

    Attachment's Complete Filename (route)

    Hi, I hope you can help me with this one. I have an access form that gathers some information, and allows the user to attach files in a field (an attachment field). With this info, I want to send a Mail through Outlook (Problem solved) and attach all the inserted files as outllok...
  5. V

    VBA code for entering an encoded password in a column - Access 2007

    Hi all, I was hoping you know how to enter some data (e.g. a Password) in a column, using an encrypted/encoded format (lets say, something in VBA like varpw= MD5("mypassword"), so you can later do INSERT into users (user, password) values (varusr, varpw)) I need to have some kind of...
  6. V

    VBA Multiple If Comparison

    Thanks guys!
  7. V

    VBA Multiple If Comparison

    Hi All, What I'm about to ask may seem pretty basic, although I Haven't fount it's answer yet.... What I need to do is to evaluate a condition like: If (PL = "X" or PL = "YT" or PL = "PG" or PL = "WL" or PL = "ZO" or PL = "QL") Actually, is like that but with 22 "ORs". It works but it...
  8. V

    Automation problem when I changed from 2003 to 2007

    HI, I'm Having the same trouble except that I'm working with access 2007 since the beginning of my project. I get the same Error. Did you managed to solve that problem? If so, please tell me how you did. Thanks in advance.
  9. V

    Overwriting the first table record - Help

    Thanks Paul. That was the answer I was looking for. Pretty basic, but if I didn't know.... Thanks again!
  10. V

    Overwriting the first table record - Help

    Hi all, I'm pretty new in Access 2007 and I've just created a table that needs to get data from a form (That I also created). So, I open the form for the first time, entered a few data (I've used the "record Operations" --> "Add new Record" & "Save Record" buttons) and saved/stored them in...
Back
Top Bottom