Recent content by JPR

  1. J

    PrintOut not reading the default printer

    No code. I don’t use reports but just print the current record which is displayed on the form
  2. J

    PrintOut not reading the default printer

    Hi. All other apps work fine. They all print to the default printer
  3. J

    PrintOut not reading the default printer

    Hello, I have a form with a cmd button which refers to a macro to quick print the active form. Suddenly, the print function does not recognize the default printer (PRT1) and all prints are sent to a different printer (PTR2) which is not the default. Both printers are shared as part of a...
  4. J

    Add data to SubFrom from Main Form

    Thank you for your reply. Actually this is the way the sub it’s setup.
  5. J

    Add data to SubFrom from Main Form

    Hello, I am creating a small db to manage member of a sports club. I have a two main tables: Members and YearlyFees Memebers is to store general info. Yearlyfees is to add the yearly fee each member pays. The unique code for both tables is ID. I first add a new memeber, than save the record to...
  6. J

    Add Date Function

    Perfect. Thank you
  7. J

    Add Date Function

    I have created a form on which I have two textboxes with a Date format (mm/dd/yyyy) Text1 will be used to store a specific date Text2 should automatically add 1 month to the previous date I have used the following code to the Default Value property of Text2 but after entering the date in...
  8. J

    Copy multiple data from Cbobox to Textbox

    Hello Pat. First le me thank you for your help. I have removed the DOC fields in the LOG table but am confused on what control rename txtinputfile. I have tried to add your codes to my sample, removed the unbound listbbox and replace it with a subform which has its records source to the DOCS...
  9. J

    Copy multiple data from Cbobox to Textbox

    Hello, as recommended, I have created a new table. Unfortunately I am now having a problem when adding a New Record to my DB. This only happens the first time, when there are no other records in the db. I am sharing a test copy of my database. It is used to keep track of document we receive from...
  10. J

    Copy multiple data from Cbobox to Textbox

    Hello, I have a form with a combo and a textbox. The combo has its records source to a table named documents. The text box is unbound. I was wondering if if would be possible to copy different records (not at the same time) from the combo box and place them in new lines in the text box...
  11. J

    Print Report

    found the solutions. I removed the Environ$("userprofile") & code. Working fine now. Thanks
  12. J

    Print Report

    Thanks. Obviously I did search in that folder but it is not showing. Very very strange. Don't want to trouble furthermore. No hidden files in the folder. I have tried it on another standalone PC and works fine. Maybe it has to do with some security settings on my machine as working on a...
  13. J

    Print Report

    Still cannot locate the file. I also tried to rename the path (C:\Documents\myReport.pdf) but just cannot find the file. Sorry about it.
  14. J

    Print Report

    Hello Arnelgp, I have tried your db and actually cannot locate where the file is actually stored. After selecting a value from the combo, I cannot see where the report is. Is it because it gets deleted with the code Kill? Thank you
  15. J

    Print Report

    Thank you I will give it a try.
Top Bottom