Search results

  1. J

    tables linked in a query

    I have a main table and 2 sub tables which are linked to the main table. I put all of them in 1 query. The query shows me only those record where some data are also inserted in the sub tables. That is NOT my wish. I want this query to show me all records even if there are no data's for this...
  2. J

    Update Field to ProperCase

    Thanks but this too is not working Jackske Belgium
  3. J

    Update Field to ProperCase

    It does not word Thanks for the advice, but it is not working, look the attachment Jackske, Belgium
  4. J

    Update Field to ProperCase

    Thanks Rich, I did exactly what you wrote me but I still get the same error message. Why? Jackske, Belgium
  5. J

    Update Field to ProperCase

    Thanks, but I always get an error message. It is probably something stupid but as long I do not know exactly waht, I will stay .... stupid. Please see attachment. Thanks in adavance, Jackske, Belgium
  6. J

    Update Field to ProperCase

    at one go How can I convert at one go all the records in a table to vbpropercase? Thanks, Jackske, Belgium
  7. J

    update query problem

    Here the correct attachmen.
  8. J

    update query problem

    I did not succeed. Look to the attachment. What is wrong? Jackske, Belgium
  9. J

    update query problem

    I want to change all names to vbpropercase via an update query. I did put the field "Names" in my query and wrote in update names:strconv(names,3). It does not work. Thanks in adavance, Jackse Belgium :o
  10. J

    newbie needs help

    To all, thanks it is working. Nice to have such a kind community Like you say in English "Merci beaucoup"
  11. J

    newbie needs help

    What do you mean with rs.edit and rs.edit? What is the code I forgot?
  12. J

    newbie needs help

    Thanks for your good will The message is 'Run-time error 3020' Update or CancelUpdate without AddNew or Edit
  13. J

    newbie needs help

    I am using Office 2000 and in my references DAO 3.6 Object Library is checked. Any way, thanks
  14. J

    newbie needs help

    I have a table call Members In the table, one of the records is called 'rank' I want to write some code to replace the rank with a value. For example, in the first record, rank has to be replaced with number 67 In the second record, rank has to be replaced with number 68 etc… I made a new module...
  15. J

    newbie needs help

    I have a table call Members In the table, one of the records is called 'rank' I want to write some code to replace the rank with a value. For example, in the first record, rank has to be replaced with number 67 In the second record, rank has to be replaced with number 68 etc… I made a new module...
  16. J

    append query problem

    I have a group of 2 tables (members & gifts), which are linked. I have an other group of 2 other tables (members2 & gifts2) with identical structure as the tables of the first group. I one to add some records from the 2 tables of group 1 to the 2 others tables in group 2. An 'append query'...
  17. J

    dcount + intr

    In Antwerp we say 'Dank U'.
  18. J

    dcount + intr

    you did omit Name=... in the criteria. Your code will not work. Any way, thanks
  19. J

    dcount + intr

    Thanks but with your code the 3 first have to be identical to the fother first 3. I would like to contre if "cde" appears in "abcdef" Thanks, Jacques-Belgium
  20. J

    dcount + intr

    About the DCount function. Dcount (“[Field]”, “Table”, “criteria”) I am calling this function from a form while I am adding a record. I use the criteria argument to compare if the ‘Name’ in my table is = ‘Name’ in my form. The syntax of the criteria is...
Back
Top Bottom