What Im trying to do is open a split form and go to a specific record.
I have used the macro wizard to achieve this however.
Whilst the record shows in my split form. It is filtered and I want to see all records and just go to the specific record. ie. Not filtered
As an aside.
when I convert my macro into VBA : The new code fails !!
Can anybody shed any light on this also?
I have used the macro wizard to achieve this however.
Whilst the record shows in my split form. It is filtered and I want to see all records and just go to the specific record. ie. Not filtered
As an aside.
when I convert my macro into VBA : The new code fails !!
Code:
Docmd.OpenForm "my_form", acNormal, "", "[ID]=" [&IDText], , acNormal
Can anybody shed any light on this also?