Hi
I am using the after update function on one of the fields in my first form to trigger the opening and filtering of a second form.
I have 2 parts to this that i am trying to do.
Working from one form i am trying to open a second form and apply a filter based on a field from the first form (called ID). I have tried working it through the DoCmd.openform statement, as well as the Open Args statement on the second form, neither of these are working correctly (it gives me an 'expected end' error related to the Me. section.
The second thing i am trying to do is when the second form opens i only want to display the column related to the field i have just updated. Is there a way that i could hide all columns as the first action, and then unhide the one that i want to show?
Any help on these is appreciated.
I am using the after update function on one of the fields in my first form to trigger the opening and filtering of a second form.
I have 2 parts to this that i am trying to do.
Working from one form i am trying to open a second form and apply a filter based on a field from the first form (called ID). I have tried working it through the DoCmd.openform statement, as well as the Open Args statement on the second form, neither of these are working correctly (it gives me an 'expected end' error related to the Me. section.
The second thing i am trying to do is when the second form opens i only want to display the column related to the field i have just updated. Is there a way that i could hide all columns as the first action, and then unhide the one that i want to show?
Any help on these is appreciated.