Search results

  1. C

    import media playlist

    Hi all, I'm trying to import my media playlist from Windows Media Player into tables. I tried 'get external data'|Import|ODBC|Machine Data Source|ECDCMusic, but I get this error: You cannot use ODBC to import from, export to, or link an external Microsoft Jet or ISAM database table to your...
  2. C

    requery listbox on tab

    Hi, How do I refer to a listbox on one tab of a tab control from an event on another tab. I'll use these names: FrmMain TabMain (on first tab) Chk1 List1 (on second tab) Chk2 List2 I want Chk1_Click() List2.requery and Chk2_Click() List1.requery Please help, my head hurts... Thanks...
  3. C

    twisted query

    Hi all, I've got a twisted question for you. I made a query that does what I need, but its really slow, so there must be a better way. I'm interested in 2 columns of data. One is a part number, and one is a component number. You might see data like this: Part 10A 10A 10A 10B 10B 1034...
  4. C

    chat room DB

    Hi all, I am helping design a chat room database such that users can have nicknames, search for chattext by nickname etc. While I don't have a specific question, I was hoping someone could point me in the right direction to as where I could find some good information on creating web-based DBs...
Back
Top Bottom