Search results

  1. S

    report with yes/no boxes

    I made 2 reports in columns one has the characteristics on admission, one has them on discharge I tried to do a sub report to have them together on one report It shows up fine in design view but when I go to report view only the first column shows Is there a better way to join these 2 reports...
  2. S

    report with yes/no boxes

    should I have a separate subform for amission and another one for discharge??? Right now I have a subform with both admission and discharge
  3. S

    report with yes/no boxes

    so I can see what characteristics were checked at admission and which onews were checked at discharge
  4. S

    report with yes/no boxes

    I have a sub form with yes/no boxes to check with client characteristics on admission to a program and upon discharge How can I make a report so that these characterists can be compared
  5. S

    time format

    time thanks for the responses, but can't I just enter the am't of time spent without calculating as there is a different am't of time spent on each record of the client in the subform here are soem of my fields Name work entry time spent $ charged
  6. S

    time format

    I have a subform based on a table.. I want to enter the time spent with a client by minutes and/or hours How do I format that in my table and subform
  7. S

    calc

    thank you so much for your quick response ...it worked
  8. S

    calc

    I have a form where I enter client data When I enter the date we review the material for the client and the client's date of birth I have the age automatically enter in the age column =DateDiff("yyyy",[dob],[reviewdate]) Is there a way to also have the client's age automatically enter as of...
  9. S

    print subform

    thanks so my subform has a textbox charge=DSum("[charge]","Query1","[client data]=[client data]") where would I put this on a report
  10. S

    print subform

    I have a form with 2 sub forms Can I print the subform all I get is a big box
  11. S

    textbox

    where do I enter all this
  12. S

    textbox

    I have a subform whic has all the charges for my clients At the bottom of the form I put a text box with this formula =DSum("[charge]","Query1","[client data]=[client data]") so I can get a running sum of the charges It works correctly but not in the currency format Is there a way to have the...
  13. S

    convert

    I have a database with a field where the length of something expressed in "seconds" How can I get that to be expressed in "minutes and seconds"
  14. S

    sub form

    thanks, but where do I enter this the info is in a sub form
  15. S

    sub form

    I have a database where I track the employees salary history. The salary history is in a subform of my main form with other employee info Is there a way to query this sub form so I get just the latest salary increase
  16. S

    entry

    I made a subform on my main form and everytime I make an entry on my sub form it goes on my main table What am I doing wrong
  17. S

    calculations in a form

    did it and it worked...thanks so much
  18. S

    calculations in a form

    where should I put this...I keep getting an error #name
  19. S

    calculations in a form

    I have a tabbed subform I have entered the date I review an employee for a raise How can I calculate the next review date which would be a year later
  20. S

    calculations

    I did as you suggested and got an #error the field I want to calculate is [charge] the name of the client is in [client data] my form is named sheet 1 and the sub form is named sheet 1 subform 1 can you help
Back
Top Bottom