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 SkipVought 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: KHerm
  • Order by date
  1. KHerm

    Case Sensitive Join in Access

    I seem to have found the answer myself. In my query I am using this construct in the field: StrComp([table1].[column1],[table2].[column2],0) In the 'critia' I put 0 and in the 'or' I put Is Null I think that got it!
  2. KHerm

    Case Sensitive Join in Access

    I've searched this site and the web with the subject as the search criteria, and I'm not finding a way to do case sensitive joins in Access. I came close with StrComp but I can't do outer joins that way. Is it possible to do case sensitive joins in Access in conjunction with an outer join...
  3. KHerm

    Details and sums in same row question

    LB, what you suggested is great, and I'm almost there. I have been able to get the across display I need. However, the data is all in one variable and is comma separated, as the coding is set up. Is there a way to get each value in it's own variable? I've already got a routine to grab the...
  4. KHerm

    Details and sums in same row question

    I see my scenario forgot one important fact. There are muliple rows per person for the award amounts (award1, award2, award3). I can't figure out how to get the list of awards to be listed in column arrangement rather than in rows. KH
  5. KHerm

    Details and sums in same row question

    I don't know if this can be done in Crystal Reports 8 or not. A request has been made for a report to appear with both details and sums in one row. This is for a financial aid report where it is important to know individual monetary award amounts and starting and remaining financial needs...
  6. KHerm

    Is it possible to let user chose columns to sort? (CR 8)

    One more question. If I need to have a sort within a sort (first last name then city, or city then last name) how would that be set up? KH
  7. KHerm

    Is it possible to let user chose columns to sort? (CR 8)

    Thank you very much for your quick and "worked the first time" answer! So easy, really, but I don't think I could have found that solution without a lot of frustrating work. Much appreciated! KH
  8. KHerm

    Is it possible to let user chose columns to sort? (CR 8)

    In Crystal Reports 8 and 8.5, is it possible, when the user runs the report, to be able to select different columns to sort? I do know how to allow users to enter values to sort on, but it would be nice to be able to let them sort on name one time, or say, city another time. Thanks!
  9. KHerm

    Administrator privileges are not sufficient???

    I have now run across several Windows 2000 Pro workstations (even in different States) where the administrator is not able to write to folders (this has happened while trying to copy files and while trying to install applications). In two instances the operating system was installed again and...
  10. KHerm

    Problem with date joins -- Access tables and linked SQLServer tables

    I'm stuck with Access97 at this location. I'm dealing with over 500,000 rows in the SQLServer (version 7) table and I'm trying to create a working Access table from it to run some reports. My other queries are not super fast, but they definately aren't as slow as the way I've joined them. I'm...
  11. KHerm

    Problem with date joins -- Access tables and linked SQLServer tables

    I've run into a problem joining with dates. I'm linking an Access table with a linked SQLServer table in Access. I have a date in each table that looks like: 10/10/2000 12:15:25PM. The join works if I put the following in the criteria field...
  12. KHerm

    An Access97 database will not repair. Are there any work arounds?

    Also just for the record: I forgot to mention above that I also tried to repair through ODBC which also failed. Thanks VBSlammer for that last try, but it didn't work either. Glad we had a backup! Ken
  13. KHerm

    Can I have a drop down box in a form to find an excel file name?

    I'm needing to import excel spreadsheets into Access97. I have found a way to do it, but now I want a form to find the file I want to import. Would I need some kind of drop down box in the form? Right now I have most of the path name for the file in a module and I pass in the specific file...
  14. KHerm

    An Access97 database will not repair. Are there any work arounds?

    As always, this forum has great help. Thank you both. Unfortunately the database could not be recovered with any of the methods you gave or I found. Just for the record, I'll recount what I did. 1. Found an archive here with a link to a commercial software that repairs access databases...
  15. KHerm

    An Access97 database will not repair. Are there any work arounds?

    Paddyo, your suggestion sounds intriguing, but when I went to my ODBC setup, I couldn't figure out what to do to start a repair. GeekGirlau, we downloaded jetcomp.exe, but it doesn't seem to do any repairing, just compacting. Do you have any experience you can share?
  16. KHerm

    An Access97 database will not repair. Are there any work arounds?

    Today an Access97 database (with links to SQLServer tables) suddenly corrupted. The trouble appeared when a macro was run and the error complained that a table was locked. Access97 was closed and started after it was determined no other users were accessing the database. The same error...
  17. KHerm

    I want to join two columns in one table with one column in another

    I am trying to write a report that needs to join two columns in one table to one column in another table. In the first table there are two columns: cust_no which is '123' and sequence which is '1' Someone decided to join our cust_no and sequence number as file_no like this in our second table...
  18. KHerm

    A query is returning different data if I supply a value in criteria?!?

    Well, I get the same results whether I use the IIf statement on the zipcode or not. In other words, if I don't put the sale identifier in the criteria box of the query, the query "thinks" the zipcode is null. If I put the sale identifier in the criteria box, I will only get the one...
  19. KHerm

    A query is returning different data if I supply a value in criteria?!?

    I have a query that is joining four tables. The first two tables join on a sale identifier (text), the second and third table join on a customer number (number) and the third and fourth table join on the customer number to get a zip code. Some of the zips are null so I supplied this code to...

Part and Inventory Search

Back
Top