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 gkittelson 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: *

  1. chrisco

    setting up relationship

    I am using a DataGrid to display the dbase records and I have an ADODC control linked to that. If the user wants to add a new employee to the record they can either enter them into the datagrid or use text boxes provided. They then click save and it confirms the record has been added.
  2. chrisco

    setting up program on computers

    I am wanting to setup a VB program I have written on various computers. I have saved the program as an exe file. What else do I need to do in order for the other computers to be able to run the program. If I copy the .exe file to the computer it asks for all kinds of dll files. Do I just need...
  3. chrisco

    setting up relationship

    Where do I put the code....MonthWorked = Format(Month(DateWorked), "mmm") Thanks for your help
  4. chrisco

    setting up relationship

    I am wanting to print a report using Access 2K, VB6.0 and Data Reports as follows... January Jack 1/1/00 Dave 1/14/00 Phil 1/22/00 February Steve 2/2/00 Chris 2/18/00 Donna 2/20/00 Cindy 2/30/00 I'm not 100% sure if this is correct but.... I assume I need a...
  5. chrisco

    Data Reports and Printing a Sorted List

    I have started in the right direction I guess....I have gotten the report do display as follows...... January Don 1/1/00 January Jason 1/5/00 January Bill 1/12/00 February Craig 2/11/00 February John 2/12/00 February Alex 2/25/00 I have tried...
  6. chrisco

    Data Reports and Printing a Sorted List

    I am wanting to set up a report as follows.... January Don 1/1/00 Jason 1/5/00 Bill 1/12/00 February Craig 2/11/00 John 2/12/00 Alex 2/25/00 Is this possible? All of the info is in a dbase except the months (i.e. January, February) I can get the data to...
  7. chrisco

    multiple records displayed at once

    I am wanting to display multiple records based on search criteria entered (so the number of records that will display will vary). I am using files (i.e. notepad). Any suggestions on how to go about doing this? I tried using an Access (access 2000) dbase but kept getting an error saying the...

Part and Inventory Search

Back
Top