Recent content by GregAcc

  1. G

    F5 and F8 not working in VBA

    I figured out how to handle it. As you already said, first I need to put breakpoint and then trigger the event in a form that make a code process. So after that I just need to press button in a form and then can I continue with F8 key in VBA window.
  2. G

    F5 and F8 not working in VBA

    Thank you, Isaac. So does that mean I can't test the code if it's associated with a form or if it has characters like (_click, _load, etc),? Is there any other way to test code something like it is shown here in that video?
  3. G

    F5 and F8 not working in VBA

    Yes I am in VB window with Alt F11. Could you try it on attached database?
  4. G

    F5 and F8 not working in VBA

    Hi, I have a very basic problem, but I really don't how to run code with the f5 or f8 key. When I press f5 I could only get Macros dialog. Pressing the green Play button above makes no different?? Thanks
  5. G

    SUM used on filtered records

    Video doesn't work.
  6. G

    Go To Next Record On Subform from another Form

    Thank you arnelgp!!! It works now!
  7. G

    Go To Next Record On Subform from another Form

    All, I have been struggling for a couple of days now with what should be a very simple procedure. I have one main form (frmHead) where I entry the main data. In the main form is also subform (frmTransSub), where additonal data are entered. Then I have a third »VAT« form primarily for just...
  8. G

    code from several steps together

    Any ideas would be appreciated?
  9. G

    code from several steps together

    I think I will just confuse you with this base because it is still a developing base and it need some core changes. Anyway I'm sending a base.. I would just like to copy the data from form “VAT” by clicking "POST" to the subform GeneralLedger. That being said, it works without problems, but I...
  10. G

    code from several steps together

    I didn’t quite understand what that would mean. Can I not add just row by row to this subform? This subform ("GeneralLedger") is based on a table with the same name "GeneralLedger" where I already get data from that subform?
  11. G

    code from several steps together

    I am trying add record to a subform which is in Datasheet view, yes this i a bound form. I can pass data in first row if we I run only one part of the code.
  12. G

    code from several steps together

    Hi, I am having a problem setting up a code that copy data from other forms into each single line into one datasheet subform. What I managed to do was copy an individual parts of code into just one row in a form. What I want to is how to compile that code that will make all the steps at once...
Back
Top Bottom