Search results

  1. O

    Turn Rollback off

    I am trying to update a remote database using the following SQL statement, it all works fine but my computer runs out off memory and I get an error saying I will not be able to rollback this update. Fine but this message must interupt the remote link or something, because the update will then...
  2. O

    bit of code not working in new database

    I am currently running Access 2000 and would lke some help. I don't understand why one pice of code will work one place but not another. The below piece of code will work in the older legacy databases I have, but if I try and use it in a new database I've just created. I get type mismatch, and...
  3. O

    reducing sytem resource cost

    Hi, Thanks for your previous help, and I'm hoping you might be able to get me out of another tricky situation. I have a table which is updated by an external program every 5 seconds or so. I am currently looking at this table using the below bit of code. Were the refreshcalldata method opens a...
  4. O

    looping through text boxes

    Hi, I'm hoping somebody may be able to help. I have written the bit of code below, but I have about 40 text boxes that need to be populated, is there anyway I can loop through them. Rather than copying the below code 40 times and changing the text box name to Me.txtname2 , me.txtname3 ect...
Back
Top Bottom