Recent content by DeWaal

  1. D

    Sizing the border of a pop-up report in report view

    GPGeorge Thank you for your reply. i am happy with the way the report prints. like i mentioned in my first post, i would just like the report view to only display the part that will be printed like this instead of it having the white part at the bottom like this. i just need a way to...
  2. D

    Sizing the border of a pop-up report in report view

    Hi there Mark Thank you for you reply. So this will be printed, i just figured that instead of that large white section at the bottom it would look better if it only displays the part that will be printed in the report view. The width i good its just the white part at the bottom that doesn't...
  3. D

    Sizing the border of a pop-up report in report view

    Hi there experts Hope someone can assist me. I have a pop-up report that has a big white section below that i cant get rid of. I have tried to resize the border and save it but when i reopen it its the same again. This is what it looks like. i would like for it to look like this and...
  4. D

    Solved Running a report based on fields from a main form and a subform

    Whooops. Fixed it, thank you Mike.
  5. D

    Solved Running a report based on fields from a main form and a subform

    Indeed, i have been watching quite a bit of Richard Rost stuff. I'm thinking about watching his training stuff from A-Z and practicing on training Database. I love access its done so much for me in my career.
  6. D

    Solved Running a report based on fields from a main form and a subform

    Hey Pat I can assure you next time ill remember. Guess that's how we learn.
  7. D

    Solved Syntax error in date in query expression

    Hi George Yes, thank you. I'm getting the hang of things a bit around VBA and my access database.
  8. D

    Solved Syntax error in date in query expression

    Thank you for this Gasman
  9. D

    Solved Running a report based on fields from a main form and a subform

    Okay so i have changed it a bit, i have now put the expression under "CustomerID" instead of "CalloutID" It looks like this... It all works perfectly now. Thank you very much.
  10. D

    Solved Running a report based on fields from a main form and a subform

    Hi there Thank you very much for your reply. I'm pretty new to all this so I'm not 100% sure what you mean here. How would i go about using the expression builder to sort this out?
  11. D

    Solved Running a report based on fields from a main form and a subform

    Hi Experts I need to get a report to work properly. I have created a Query that contains fields of both my main table "TblCustomerInfo" that is my main form "FrmCustomer Info" as well as my subform tabel "TblCalloutsDetails" that is my subform "FrmCalloutsDetailsSubform" The Query...
  12. D

    Solved Syntax error in date in query expression

    Got this solved. My code looks like this now.
  13. D

    Solved Syntax error in date in query expression

    So this what I'm getting
  14. D

    Solved Syntax error in date in query expression

    Hi George Thanks a mill for your reply. ill be honest i have no idea what you mean. Is there something i need to change on the code?
  15. D

    Solved Syntax error in date in query expression

    Hi Experts I really need some help please i am still pretty new to Access VBA. I am trying to create a pop up reminder in my form called "FrmCustomerInfo" that has a Subform called "FrmCalloutDetailsSubform" I am using the On Timer event with VBA and a Timer Interval of 5000 But i keep...
Back
Top Bottom