Search results

  1. C

    XML Node lists and VBA

    As proof of concept, I'm trying to set up a simple database to work with a UPC database API. This involves XML, which isn't something I'm very familiar with. This is what I have so far: Private Sub txtUPC_Change() Dim strURL As String Dim oReq As Object Set oReq =...
  2. C

    oUsers and Permissions: Not a valid account name or password

    It seems I've overstepped in setting up Users and Permissions, in MS Access 2007, on an .mdb. When I enter any of the user names and passwords I've created, I'm told that it's not a valid account name or password. I'm wondering how this could be possible since I'm staring at them in the Snapshot...
  3. C

    Debug.Print to Form

    First and foremost, thanks for taking the time to check out my thread. What I have is a "volunteers database", which stores info on individuals and organizations who volunteer at the local homeless shelter. They receive their "volunteer applications" via email from their website, which...
  4. C

    Delineating/Parsing Values- Plain Text w/simple formatting

    First and foremost, thanks for taking the time to look at my thread. I've been at this for a few hours now- googling, searching threads, etc- and I'm at my wits end. What I have is a "volunteers database", which stores info on individuals and organizations who volunteer at the local homeless...
Top Bottom