Recent content by SacValGal

  1. S

    Question Microsoft Quality Assurance: Is Access validated

    Thanks for the thoughts, Doc Man. I guess one just has to have this inconclusive conversation with the auditors once in a while. They seem to end up accepting the advantages of using Access, even if you can't flourish flashy documents.
  2. S

    Question Microsoft Quality Assurance: Is Access validated

    Thanks for the response, Banana! I have the query at second hand so don't know for sure what the auditor is concerned about, but I took it to be not so much security as just the soundness of the program itself: when you enter data, how do you know that the data are where you think they are, that...
  3. S

    Question Microsoft Quality Assurance: Is Access validated

    A client's internal auditor has asked: "You have documented the validation of your Access app., but who has validated Access itself?" In 2000, we wrote to Microsoft asking for quality assurance documentation for Access and Excel 97. A senior attorney responded that "the confidential nature of...
  4. S

    Question Can users write queries without access to db window?

    Pat Hartman, I'm interested in the approach you suggest but don't understand what the "basic selection criteria" would be like, to cover anything they'd want to query for, or how I'd be providing these criteria. Sorry to be slow, but can you maybe point me in a direction where I can learn more...
  5. S

    Question Can users write queries without access to db window?

    Good point. I'm just a little deterred by the description from starting the download and pay up process. (I let my PayPal account lapse....) But I will have a look.
  6. S

    Question Can users write queries without access to db window?

    The user mentioned Crystal reports. I've never used this software and don't have the hang of how it works. I thought of it as an expensive developer tool, not something an end user could manipulate. Am I confused? (I thought of posting a separate question in the Crystal Reports forum, but think...
  7. S

    Question Can users write queries without access to db window?

    Thanks for drawing my attention to a useful resource. I don't think this will work for me because I didn't follow the presupposed table naming convention. Maybe I can have a look at it though.
  8. S

    Question Can users write queries without access to db window?

    I have a database (A2003) being used by an off-site client. In order to reasonably assure that all data changes are recorded in a programmed audit trail, I have shut the users out of the db window: main menu form opens on startup and can't be unloaded unless db is shut down (form is modal and...
  9. S

    Happy Big Seven-Oh! from an occasional Access World Forums user.

    Happy Big Seven-Oh! from an occasional Access World Forums user.
  10. S

    Capture network logon name

    It works! This DOES work on the client's network. Thank you so much both for getting the original code and for letting me know its source so I can cite it properly. Yay! SacValGal
  11. S

    Capture network logon name

    True enough. I will try it, and alternatively Environ, which should be safe enough for the conditions. Thank you very much.
  12. S

    Capture network logon name

    Any clue why the api code fails to pick up the login, if the referenced .dll is in fact standard Windows? Seems like after all there isn't anything I'd need to have them install? Does either of you see anything else that could be going wrong?
  13. S

    Capture network logon name

    As Banana mentions, the Dev Ashish routine is essentially what I was using and couldn't get to work on outside networks. (I'm glad to have the attribution--thanks for sourcing.) I'm inclined to give Environ() a try, but am interested in further discussion.
  14. S

    Capture network logon name

    Thank you both! Yes, it is Environ("UserName"). pdx_man, I missed your post and spent some time hunting the function down. I feel very silly not to have known about this, but I must say it was not so easy to find. So, Banana, looks like I won't need to make the elaborate code sample work, but...
  15. S

    Capture network logon name

    Years ago, I got a nifty piece of code from someone on this forum that pulls a user's logon name from the network, so that I can stamp that name on the user's work. It works great in our office, but any time I have to develop a database for a client to use in their office, it doesn't work. I...
Back
Top Bottom