Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Glade
  • Content: Threads
  • Order by date
  1. Glade

    compile error - passing user-defined type to class function

    I'm having a problem passing a user defined type to a function in one of my classes. I have declared a user-defined type in a module (a regular, "code" module) that looks like this: Public Type Data_Comparison Data_Level As Integer Data_List() As Integer Description As...
  2. Glade

    win98 pauses/freezes momentarily

    Okay, this problem is driving me crazy. Ever since I reinstalled Windows on my machine (after it crashed completely), I've had this problem where my computer freezes or pauses anywhere from a few seconds to up to a minute, then continues normally. This does not seem to happen according to...
  3. Glade

    strange recordset behaviour: records not sequential

    I'm working with an MS Access 2000 database in Visual Basic. I've created some data objects that deal with the different tables in the database. I just finished porting all of the data in an old 97 database to the new and improved 2000 database. So far everything seems to have worked fine...
  4. Glade

    reindexing database keys

    Hello all, I have a database that was somewhat poorly designed. The tables I need to reindex look like this: Table 1 - Products ------------------ Key Name Description Table 2 - Product Items ----------------------- Key Product_Key Item_Name Etc. Product_Key is a foreign key to the...

Part and Inventory Search

Back
Top