Search results

  1. N

    Usizing to Sql Server performance

    Upsizing to Sql Server performance Hi, I have migrated an Access 2010 database to Sql Server 2008. When I open a continues form bounded to a table with 31.000 the form crawls until all records loaded. I did not have this problem before when the data was in Access backend. I realize that when I...
  2. N

    Check the subform's field sum before update

    Hello, I have a form and a subform. Every time I use the subform to make new records or to update a record I need to check if the sum of subform's field is greater than the value of parent's form field before subform's update. It seems simple but it doesn't because you can't know the subform's...
  3. N

    DLL with callback problem

    I have made a simple dll with C for use in an Ms Access vba project. The dll makes a new thread and makes use of a vba callback function inside the thread's code. According to MS documentation the vba callback function has to be in a vba module and not in a form's code. Inside the callback...
  4. N

    Streching text

    Hi, I need a text box that stretched the text vertically or horizontally when we re-size the bounds of text control. Access built-in text control has very limited features... Thanks
Top Bottom