Recent content by hamlet35

  1. H

    ID 3 Tags (VBA Code)

    I am using the code I found here to pull MP3 tags and put them into a database and I am having tons of compile errors: Here is just one example (they all seem to be the same type) Public Property Let Genre(ByVal vData As Integer) If (Len(Dir(mvarFilename))) = 0 Then Exit Property If...
  2. H

    Parsing Names -- Not in List -- Requery????

    I put together this bit of code from bits and snippets found on the web, and it works for one combo box that I am filling in dynamically. I put it in the combo boxes not in list event and add the new name to the list. I then needed to take another combo box which is based on a query (which...
Top Bottom