N
Nicola M
HI all! Access 2003.
Using "filter by form" I get my set of data. Then, after this, I need to
select some (maybe all) records and insert some data (usually the table IDs)
into another table(s). Using only Queries I'm able to do this but now I'm
trying to understand how get it using controls and VBA.
I'm thinking about adding a checkbox at the end of every record I get (in
continuous Form or Datasheets view) and also adding another checkbox (or a
button) to select or unselect all the records. After the selection I should
pass the selected ID to an insert (or update) query. That's all! Funny, no?
How can I approach this issue?
Thanks in advance for any suggestion and advice.
Nicola M
Using "filter by form" I get my set of data. Then, after this, I need to
select some (maybe all) records and insert some data (usually the table IDs)
into another table(s). Using only Queries I'm able to do this but now I'm
trying to understand how get it using controls and VBA.
I'm thinking about adding a checkbox at the end of every record I get (in
continuous Form or Datasheets view) and also adding another checkbox (or a
button) to select or unselect all the records. After the selection I should
pass the selected ID to an insert (or update) query. That's all! Funny, no?
How can I approach this issue?
Thanks in advance for any suggestion and advice.
Nicola M