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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by jdbogie

  1. jdbogie

    File Create Date in VB4

    Is there a way to extract a files creation date/time using VB4? (unfortuantly,, i only have vb4 on this computer..)
  2. jdbogie

    Determine if a table exists in a database

    I need a method of determining if a table already exists in a database (so that I dont append information to an existing one, or un-intentionally overwrite an old one) Any ideas?
  3. jdbogie

    DLookup in Subform returns Error.....

    Ok Isadore I'll take a look at that. I just assumed the code was correct because it worked as a stand-alone form.. Thanks for an Idea... i was out of them ;)
  4. jdbogie

    DLookup in Subform returns Error.....

    I have a table that maintains a list of components for items to be assembled. [ComponentCode][ComponentDescrip][ComponentSupplier]... Another table maintains a list of all items being assembled and the components needed in that item. [ItemCode][ComponentCode][other misc fields] Each ItemCode...

Part and Inventory Search

Back
Top