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 Rhinorhino 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: infdarsas
  • Content: Threads
  • Order by date
  1. infdarsas

    Splitting One Table Field into Five Table Fields

    Hi, I have a field in a table that currently contains the multiple choice options for tests. Here's an example: A. 4 B. 6 C. 8 D. 10 E. 12 What I want to do is to split this field up into 5 different fields. Currently, it looks like this: ItemAnswers A. 4 B. 6 C. 8 D. 10 E. 12 I want to it...
  2. infdarsas

    Single or Multiple Tables

    Hi, Currently I have a database that contains four tables. One table contains item question, answers, key, keyword. Another contains author, level 1 classification, level 2 classification, item type. The 3rd contains case text and case title. Finally, the 4th contains graphic title and graphic...
  3. infdarsas

    Module freezes when run under Windows 2000

    Hi, I have the following module run when the form loads. It works fine under Windows XP, but under Windows 2000, the form freezes and just stays there. It is supposed to close, but it doesn't. Here's the code from the module: Option Compare Database Private Declare Function apiShowWindow Lib...

Part and Inventory Search

Back
Top