Search results

  1. K

    Report + dot matrix printer

    Still same problem, on first page top margin is 2.4 cm but on second page margin is 0.7 cm looks strange
  2. K

    check box

    Its possible to update in field form status A to B using check box?? please advise
  3. K

    Report + dot matrix printer

    Hi I attached my report template
  4. K

    Report + dot matrix printer

    Re: Report + dot metrix printer I checked on second printer, same problem on second page showing 1 cm margin, on 3rd page 2cm, 4th page 3cm and growing, I already changed a4 paper or letter. Please advise
  5. K

    Report + dot matrix printer

    Re: Report + dot metrix printer nothing changes still printing wrong,
  6. K

    Report + dot matrix printer

    Hi I created simple invoice template in Access 2003 reports, I want print out on dot metrix printer (Epson), report including three section page header details and page footer, when I printing one page looks good, but when I printing second page printer starting couting new page from last line...
  7. K

    Query problem with function left and len

    thanks working fine
  8. K

    Query problem with function left and len

    I got information like: 500g 10g 1000g 1g I want remove g
  9. K

    Query problem with function left and len

    Hi I try use function left and len, Function: Field1: trim(left([Field0],len(Field0)-1)) not working any sugestions?
  10. K

    Problem with function IIF

    always showing MsgBox "Litmit copies is two" and next message "the action or method requires a Report Name argument" when I press ok nothing happening. looks like function iif not working.
  11. K

    Problem with function IIF

    Hi I got some vba script and but function IIF not working please help Dim stDocName As String Dim prodtype As String Dim prod As String Dim copies As String copies = DLookup("scheme__ProductionPlan.template_copies", "scheme__ProductionPlan", "scheme__ProductionPlan.seq =...
  12. K

    Printing restriction

    Hi I got report to print for every day. Is any chance to allow user using access to print just two copiers each reports. When someone try press 3th time button "print" report will not be printed. its possible?
  13. K

    Print specific report

    thanks working fine problem was with source I add =[Page] but should be =[Pages] Thanks
  14. K

    Print specific report

    Hi and looks ok. No errors but just no printing...
  15. K

    Print specific report

    When I press button showing error: The report name driploss you entred is misspelled or refers to a report that isn't open or doesn't expist when i debug line: Set rpt = Reports(rptNames(i)).Report
  16. K

    Print specific report

    Not working showing error, error saying is second report not existing, a check that and is not possible.
  17. K

    Print specific report

    Hi I got 4 reports, - (rep1, rep2, rep3, rep4) each 5 pages its possible to print report like that: rep1 - page1 rep2 - page1 rep3 - page1 rep4 - page1 rep1 - page2 rep2 - page2 rep3 - page2 rep4 - page2 etc.... please help me..
  18. K

    Function IF with List

    Hi I had in form with box list and some subforum When I open forum showing few values in box list and opposite subform. I want hide subform when open form and box list is unselected after select value in box list subform should be visible. I try use event in form (with open) If...
  19. K

    Job History

    Hi, I created simple table and form. Normlly i using form to add and edit data in table. I got question, its possible to keep save information what's I change in table something like job history?
  20. K

    Add Text after value

    Thanks very much - working
Back
Top Bottom