Recent content by pianoprodigy

  1. P

    How to make Subreport show values for a particular group/header?

    I have made 3 subreports each of which displays one of 3 different sets of info based on where a record falls in a date category. Different people are assigned to these files. I made a query which creates a list of each of the assigned individuals. That query is the source query for the main...
  2. P

    If FieldName(s) (multiple) = Multiple FieldNames from 2 Tables Then "Error"

    Ok, I have a form where new clients are entered into the system. We would like to have an automated check that could be run which would check several different fields and compare them to several different existing fields in two different tables to see if the same name shows up. What is the...
  3. P

    Launch Windows Explorer Window from a button (directory)

    Ok, I just replaced the file path with the name of the text box and it works.
  4. P

    Launch Windows Explorer Window from a button (directory)

    http://cuinl.tripod.com/Tips/win5.htm I found that. It launches the window. Now, I want to be able to reference a field and launch the path based on the contents of the field.
  5. P

    Launch Windows Explorer Window from a button (directory)

    I would like to be able to have a button that my firm's legal assistants can click which will automatically popup the folder on the server where the client's documents are stored. What is the easiest way to write this? Thanks.
  6. P

    Anyone ever use AccessFix???

    I've tried everything else possible to compact and repair. I can't even import everything into a blank database.
  7. P

    Anyone ever use AccessFix???

    www.accessfix.com I have a database file that will not compact and repair and it's getting quite large. I'm tempted to try this program, but I was wondering if any of you have had any previous experience with it.
  8. P

    Record Locking - Help me avoid further corruption!

    Ok, here's the deal. I'm tired of fixing our gigantic table because of corrupt records in my firm's database. I find that the problem ordinarily comes up when someone opens the same record in two different forms (whether on the same computer or on a different machine) and both attempt to make...
  9. P

    Macro runs 3 Report with same [Criteria] - single prompt?

    I have a Macro that is doing the "Open Report" action. Each of these reports shares the same date as a criteria (I used [Enter Date]). It prompts the user three times. How can I just prompt the user once (same date for all three reports).
  10. P

    Using "Or" in a Parameter Query prompt

    In trying to make a certain job more simple, I need to be able to allow a user to click on a shortcut to a query and then enter several parameters. Two of them will be Start Date and End Date. I understand how to do that portion; however, the users must also be able to type in multiple page...
  11. P

    Text Box in Form - Type [ID], get record

    For some reason, I just can't figure out how to do this. I have a form that has Client info fields. I want to make a box at the top of the form that the user can type in the [ID] of the record and retrieve the record by hitting enter. For example: Click in blank box, type "47545", hit enter...
  12. P

    Easiest way to track referrals (one client, several referrals, later count referrals)

    :confused: I have been messing with this far too long, and I am just having a mental block. I am working on a referral database that would track referrals that I would send to doctors and other lawyers. I currently have 2 tables. 1. Client (ClientID, FirstName, LastName, FromID, To1ID...
  13. P

    Intelligent Date Display for Each Column

    How do I format the crosstab query to sort by Month AND Year. Using the wizard it gives me options by month and quarter and so on, but I can't seem to make it split them up by Month AND Year. May 04 April 04 March 04 and so on...
  14. P

    Intelligent Date Display for Each Column

    I have a report which shows a count calls from each city for 12 months backwards. I would like to create column headings which report the month and year of the cities beneath. For instance, the first column would be for May 04 then April 04 and so on. Can I format Today(m-1) displayed as mmmm...
  15. P

    Save Query Page Setup (Landscape, Margins)

    I would use a report, but I like the column setup with a query. If there is a report that will display this in the same way, I would love to know about it.
Back
Top Bottom