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.
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?
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
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...
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...
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?
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.
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...