buzzboychicago
Programmer
- Sep 20, 2004
- 34
Hi,
I am creating some dynamic forms and need to be able to query off of the data that is in the form including unbound fields.
For example...
I have a subform with a list of records that I want to export upon the click of a command button, but I only want to export the ones that have checks in the unbound checkbox next to that record.
Also, I need to know a way to have another checkbox that I check which causes all the records in the subform to be checked, and then when unchecked all the records in the subform become uncheck. basically a selectall/unselect all checkbox or toggle button at the top of the form or on the subform header.
I am assuming the first paragraph requires using DAO or ADO recordsets which I don't really have a grasp of yet. Can someone give me the basics (what you have to declare) etc or direct me to a good FAQ?
THanks!!
I am creating some dynamic forms and need to be able to query off of the data that is in the form including unbound fields.
For example...
I have a subform with a list of records that I want to export upon the click of a command button, but I only want to export the ones that have checks in the unbound checkbox next to that record.
Also, I need to know a way to have another checkbox that I check which causes all the records in the subform to be checked, and then when unchecked all the records in the subform become uncheck. basically a selectall/unselect all checkbox or toggle button at the top of the form or on the subform header.
I am assuming the first paragraph requires using DAO or ADO recordsets which I don't really have a grasp of yet. Can someone give me the basics (what you have to declare) etc or direct me to a good FAQ?
THanks!!