I have a Split Form (Yes yes I know !!)
I want the User to be able to filter the data and to then press a command button to append that data into another table.
At present they select all, copy, open new table and paste.
How do I apply the Split Form's data into VBA?
My initial thought was to have an additional radio button called "select"
when I press the command button it populates all of the filtered records with a yes". This can then be subsequently queried into an append query.
I'm struggling with that though !!
Thanks for pointing me in the right direction.
I want the User to be able to filter the data and to then press a command button to append that data into another table.
At present they select all, copy, open new table and paste.
How do I apply the Split Form's data into VBA?
My initial thought was to have an additional radio button called "select"
when I press the command button it populates all of the filtered records with a yes". This can then be subsequently queried into an append query.
I'm struggling with that though !!
Thanks for pointing me in the right direction.