Search results

  1. M

    Adding comments into SQL code

    You could always add info on the query in the properties/description box from the query.
  2. M

    Rounding up

    I use round in an sql in access, it looks like this ROUND([WORK_LEDGER]![SUM]*[DIST_KEYS]![PERCENT];2)
  3. M

    ADO connection question

    Thats what i meant :). Sorry still new to vb and all. Dont like it that the path is hard coded in my program. Thanks nateobot
  4. M

    Code only working if stepped through.

    problem solved using DAO now instead of ADO. seems that the odbc driver was giving me ttroubles
  5. M

    SubForms

    I'm doing something like this, not completly the same tho. I have on my main form a field called Total Percentage. My subform contains all kinds of records with a percentage. If you add or delete a record in the subform it recalculate the total percentage in the main form this is what i have in...
  6. M

    ADO connection question

    Hi all, I the below code example how do i need to program it so i dont need to hard code the path to the data source? I have the data source defined in my administrator tools but i dont know how i need to do it so i can point only to cost_accounting.mdb in vba. Thanks ' connect to the...
  7. M

    exectue java program from form

    Hi all, I wrote a vba program which I couldnt get to work correctly, so I redid the whole thing in java and now I get the output I'm supposed to get. I'm wondering now if I can execute this java program from a button on my forum in access? and how should I do this if this is possible? Thanks
  8. M

    Code only working if stepped through.

    I posted my problem in another thread before i saw this one ;). When i read this one it sounded like the same problem i have, when running the code from my command button it is not doing what i want, if i step thru it with the debugger i get sometimes the records inserted that i need and other...
  9. M

    Code only working if stepped through.

    Can you tell me what you did, i think im also an idiot ;) since im having the same problem. Stepping thru the program seems to work but executing it from the form doesnt work thanks
  10. M

    requery not working

    Hi all, I'm new to vba and have a problem in an application I wrote. It seems that the requery is not working. I'm working with 3 resultsets. The first one contains all the records that from the original final that needs to be processed. The second one contains the distribution keys that needs...
Back
Top Bottom