Search results

  1. G

    Deleting File From Network

    Minty my path was correct, I changed my code to Kill(Path) now it works! thanks
  2. G

    Deleting File From Network

    I tried that works fine
  3. G

    Deleting File From Network

    I have a button that adds pictures/files to a network location. So people from all over the company can do this and all pictures/files are stored in one location. I also have a delete button, but a waning pops up and the file remains on the network. Run-time error '424': object required...
  4. G

    Growing Table boxes/lines in report

    in my report I have table made from 25 fields (5x5) and they all have the Can Grow Option turned on. However the lines and boxes separating the fields do not grow with my fields and I get plenty of intersections and over lapping. Is there a way to make boxes and lines grow with the text box??
  5. G

    Report Field Not Growing Correctly With Transparent Border

    the Can Grow option is turned on??
  6. G

    Report keeps referring to wrong field

    EmployeeName isn't a reserved word so naming it EmployeeName or Employee_1_Name isn't going to make a difference.
  7. G

    Report keeps referring to wrong field

    SELECT View_Report_CAR_Root.CAR_ID, View_Report_CAR_Root.quality_name.EmployeeName, View_Report_CAR_Root.quality_sign.EmployeeName, View_Report_CAR_Root.manager_name.EmployeeName, View_Report_CAR_Root.manager_sign.EmployeeName, View_Report_CAR_Root.operation_name.EmployeeName...
  8. G

    Report keeps referring to wrong field

    the picture attached shows the setup of the report, all six text boxes are referring to a different field, quality, manager, and operation... Once I save and open in report mode they all switch to Quality_name.EmployeeName
  9. G

    Report keeps referring to wrong field

    AHHHH I thought I fixed it but i'm getting the same problem. I renamed my fields to Quality_name.EmployeeName manager_name.EmployeeName Operation_name.EmployeeName ... ... ... however in the report everything changes to Quality_name.EmployeeName once I save. Any idea?
  10. G

    Mixing landscape and portrait orientation

    I have a report, created in portrait, one of the sub-forms was created in landscape. is there a way to put a landscape report into a portrait report and have it print properly?
  11. G

    Change Report Height

    I'm already using subforms and forcing people to print multiple sections would be an inconveince.
  12. G

    Change Report Height

    I am creating a large report and I have reached the limit of the report page height at 55cm. Is there a way to change this value to 100cm or more. It seems rather silly to put a limit on the size of a report.
  13. G

    Report keeps referring to wrong field

    I went back a renamed all of my fields, that seems to have worked. thanks
  14. G

    Report keeps referring to wrong field

    I have a query[view] where I have six employee numbers, I left join these to an Employee table to retreive the names. I've created a report that uses this query/view as its source. For some reason my report keeps making all six name fields refer to the same control source Employee.Name and...
  15. G

    Difference between Shared and Embedded Picture Type?

    ok thanks, makes sense. I'll play with both and see how it effects my file size
  16. G

    Difference between Shared and Embedded Picture Type?

    For my database, I would like a picture as my background but I don't know if I should use embedded or shared? thoughts?
  17. G

    Not Enough memory or diskspace, text box 255 limit

    seems like it. So i changed the copied version, deleted the original, and renamed the copy version to match the name of the original. Everything seems to be working now, thanks for your help.
  18. G

    Not Enough memory or diskspace, text box 255 limit

    I copied the table and changed the text field to 100 characters no problem, no messages or warnings. I dont know why i was able to change the copied version but not the original version.
  19. G

    Not Enough memory or diskspace, text box 255 limit

    will try it monday, have a good weekend. thanks for the quick replies
  20. G

    Not Enough memory or diskspace, text box 255 limit

    so from the sound of things I may be screwed. Any suggestions? I can try to reduce the size of the other text fields, but that might only buy me a character or two.
Top Bottom