Recent content by dirkvw

  1. D

    loading background image slow

    After copying the db from the server to my computer in order to make a stripped version for you, I saw that the form opened (on my computer) as I wanted, fast and normal. So I think the fault must have something to do with the place where the database is. Therefor, I think it isn't usefull to...
  2. D

    loading background image slow

    Thanks for trying to help, but I saw that film before and I did exactly the same. And even with a picture of only 100KB I have the same (bad) result! Greetings from Belgium:)
  3. D

    loading background image slow

    Hello, On a form, I want a background image. That is not a problem, but what i don't like is that it takes always 3-4 seconds to load that picture, no matter the size or the kind of it(BMP, JPG) Is there not a way to speed the loading process up? TIA Dirk
  4. D

    problem with 2 simular subforms

    Of course! that's so logical that I'm ashamed I did't find the solution myself. Many thanks and a great weekend. Dirk
  5. D

    problem with 2 simular subforms

    Thanks to IIkhoutx and CJ London for helping me. IIkhoutx: ...and adjust each record source appropriatly. How can I do that? I only see the second subform as a white window. When I select it, it seems not to be possible to set a filter in the properties . CJ London: I tried this method already...
  6. D

    problem with 2 simular subforms

    Is it possible to show on a form 2 times the same subform but the first time filled with records where a field (categorie) has the value 1, the second time where this value = 2. Of course, I know I can make 2 nearly the same subforms, where I only change the data-conditions, but it feels like...
  7. D

    putting data together with an autonumeric field

    Thanks CJ ,I'll give it a try
  8. D

    putting data together with an autonumeric field

    Yes, there are duplicates. You're right, but sometimes I'm a bit lazy!
  9. D

    putting data together with an autonumeric field

    I have 2 databases with the same structure, but different data. I want to put all the data in 1 database. The problem is that the most important table (clients)has an autonumeric id field, that is used to link the records to the fields of many other tables; so, I cannot delete or change that...
  10. D

    navigating in a textbox

    Thanks Mark, that's what I was what i needed. Greetings from Belgium.
  11. D

    navigating in a textbox

    In a form, I go to a textbox with setfocus. The whole text is selected then. But how can I place the cursor after the exsisting text, so that I can begin writing immediatly?
  12. D

    formattting rich text with vba

    Hello, I try to let a user give an answer on a rich-text item in a continous form, via a textbox on another form (that opens when a button on the first form is pushed) I want that answer in a different color, without the help of the user. The following lines give no errors, but only the html...
  13. D

    Closing a form without saving

    Thanks jdraw, that's what i needed. (but didn't find!)
  14. D

    Closing a form without saving

    Hello, I have a form to add a record to a table. How can I give the user a way to close this form without saving the just created record. I tried If me.dirty then DoCmd.RunCommand acCmdDeleteRecord endif This works, but gives a messagebox in return to confirm the command, and I don't want...
  15. D

    hello access-world

    Hello everyone, I'm Dirk and I live in Belgium.For many years already, I make programs with the help of Access and VBA. I hope this forum will help me to solve problems, whem I don't see a solution TIA:):):).
Back
Top Bottom