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

    How to Print HashMaps

    This post is related to another post Clean up on Database I think I got the solution to that problem. But I am having trouble figuring how how to print my HashMap to a table or XLS sheet. Here is my code This is my first java program so pleas give detail. //Concatenate.java //adds decription...
  2. jtfrier

    Clean up on Database

    I have a table that has two main fields one called part# and the other des for decription my table has mutipal part# with dec that that are defrent I need to have one part # and the decription field des need to be combinded. The tables are stored in access I also need to create a concetion to...
  3. jtfrier

    Calling module

    I have a Module in MS Access with this code and I need to know how to call it runing a query Option Compare Database Option Explicit Public Sub RSLoop() Dim rs As ADODB.Recordset Dim rs2 As ADODB.Recordset Dim varPart As String Dim cntr As Long Dim varDesc On Error GoTo ErrorHere...
  4. jtfrier

    Table clean up

    I have a table that has two main fields one called part# and the other des for decription my table has mutipal part# with dec that that are defrent I need to have one part # and the decription field des need to be combinded Ex what I want it to look like part# des...
  5. jtfrier

    report query

    I am trying to creat a report using a query i have 5 table in there with a primary key all joined to one main table I have another table that I need to get information from that does not have a relation ship with all the other table so when I add it to the query it will not run. I dont want to...
  6. jtfrier

    Query that is read only

    i have a query that i use to write to tables though a form. my problem is that i can see the information that i have pre entered for testing but it will not let me edit or add any information. there is not a relationship between the two tables and there can not be one. I am wondering if there is...
  7. jtfrier

    making Date change

    I have a list of finders with each vinder having a date modifyed or date a reapproved when i change this date on my form i want the date to change for all the venders so if i edit the date for vendoer 1 I want the dates for venders 2-# of venders to change too. one approch that i though about...
  8. jtfrier

    Need to run vb.net application

    I am not sure how to create a exe file or what ever type of file needed for other computers that do not have vb.net installed on ther computer. So that they can open the project I created and use it. Im using SQL as my back end. If you need more detail let me know.
  9. jtfrier

    Report print

    I have a report that when viewed on the computer has values that are not visible this is what i wanted. but when it prints. these falues Print with it I need the values/lables to stay not visible when printed.
  10. jtfrier

    Hiden on a report?

    I have some stuff on my report that is hiden and do not want it to print when I view the report on my computer it is hiden but when I print the report it shows up.
  11. jtfrier

    Quartely Reports?

    I have a query that finds reports by year I need to break that year up into quartely reports.
  12. jtfrier

    Export table to Excell?

    I have a table that I need exported to excell but I only want the information for a one year I have a date field in the table but when I try to filter the year */*/year It does not work. I also need to know how to export it to excell. Im using a button to open up excell her is the code that was...
  13. jtfrier

    Report Footer?

    Ok I have a report and in the page footer I need for a list of names that are stored in a field but the field has duplicats. I need to list the names in the page footer with out duplicates I know how do do this using grouping but I can not group in the page footer.
  14. jtfrier

    Report Grouping Problem

    I have a report that has a group in it and on the last page of the report I need to have a signature section which has the names of the poeple who need to sign come from a field in a table. I can only get one of the names to show up I think that i need a nother group but my other problem is...
  15. jtfrier

    Report?

    I have a report that has a group in it to repeat and filter out duplicats I need to have a signature line on the last page of the report but the report footer seams to be linked to the group and when I Place the signature line in the report footer it places the text right under the grouped...
  16. jtfrier

    Report Header/Footer

    I have a report that has a group in it to repeat and filter out duplicats I need to have a signature line on the last page of the report but the report footer seams to be linked to the group and when I Place the signature line in the report footer it places the text right under the grouped...
  17. jtfrier

    Report Header/Footer

    I have a report that has a group in it to repeat and filter out duplicats I need to have a signature line on the last page of the report but the report footer seams to be linked to the group and when I Place the signature line in the report footer it places the text right under the grouped...
  18. jtfrier

    Duplicates in a Report?

    I have a litst of name that im trying to print in my feild the name can be the same I need to pull all the names from the field to a report but I only want the name to show up once.
  19. jtfrier

    Report?

    I have a Invoice that is a report created by a form. I need to creat a button that gives me a report of all the Invoices from last year.
  20. jtfrier

    Exporting Reports

    Ok I have a set of records that im trying to export all at the same time to a file using me.record sorce for my set of records. If I have 10 records I need to export all of them at the same time to one record.

Part and Inventory Search

Back
Top