Search results

  1. J

    Print Report

    found the solutions. I removed the Environ$("userprofile") & code. Working fine now. Thanks
  2. 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...
  3. 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.
  4. 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
  5. J

    Print Report

    Thank you I will give it a try.
  6. J

    Print Report

    Thank you for your replies. I now understand why it appears on the second page as it is a place holder. About the code I placed it in the report as not sure how to use it with the send object code. Is there a way, I could include the second report in the above code? Thank you
  7. J

    Print Report

    Hello, I have created a main report for my db which includes a sub report. On a form, I have a cmdbutton which converts the report into a pdf file and attaches it to the email. Depending from the value selected in a combobox, the report may or not include the sub report. If selection in...
  8. J

    If/Else problem

    the control's name is correct. Finally got it to work. What I did, is completely remove the code and wrote it again, once sentence at the time so that I could troubleshoot it. The first part is what probably was causing the problem. Thank you If Me.DEBTTYPE = "partial" And IsNull(Me.RemNo) Then...
  9. J

    If/Else problem

    Sorry about the if is null. It was a typo. I removed the quotes. The code does execute until the msg box but but then it gets stuck, meaning that nothing else can be done and have to close the entire db.
  10. J

    If/Else problem

    Hello, I am having problems with the execution of a if/then statement and an exit sub procedure. Just cannot figure where is the mistake. I appreciate your help. My project is to create a db to manage refunds which clients are due to my company. Once in the main form, users will select the...
  11. J

    db design

    Sorry for the delay in aswering. Yest, rates can change every month and I will type them in manually
  12. J

    db design

    Thank you both for hour help and suggestions. i was thinking of starting with a fix but different rate for each room as they are all different and offer different services. Obviously rates will change each month. After I have entered the basic rates for a given month (this will have to done...
  13. J

    db design

    Hello, I was thinking to design a simple db to manage the daily prices of a small apartment which I rent. Because this apartment has three room (Room A, Rooom B and Room C) I would like to ask your opinion on what is the best wasy to design this db.ù My idea was to create some sort of calendar...
  14. J

    Refresh Form

    that worked. Thanks
  15. J

    Refresh Form

    Still nothing. This is exactly what I am trying to do, update a text box following data change in another textbox. Thanks
  16. J

    Refresh Form

    Hello, I have a form with several controls like textboxes and combos. I would like to refresh the form when data is changed or updated in any control. I have placed the Me.requery on the after update event of the form but it seems it is not working. Is there any other solution, you can...
  17. J

    Checking if controls are emply

    Hello Pat. I have changed the code as you recommended and up to know no issues. The only other think I would like to ask is what exactaly do you mean with BOTH null and ZLS. Thank you and sorry but I am not an expert.
  18. J

    Run Time error 13 Type mismatch

    hello, I have modified the code replacing the add with the .Range.Text = MeXXXX. I noticed that the result is the same although not sure what is the main difference between the two lines of code. Thanks
  19. J

    Run Time error 13 Type mismatch

    Hello. I am sorry but have never used the .InsertAfter or .InsertparagraphAfter methods.
  20. J

    Run Time error 13 Type mismatch

    Hello, back for some help. Almost finished by project but coming up with a type mismatch error 13 which I just cannot solve. The code behind my cmdbutton exports date from my form to a MS Word Template. Data is stored in textboxes and combo boxes. When I run the code I get the error message at...
Back
Top Bottom