N
Nicola M
Hi all! Access 2003
I'm pretty newbie on Access VBA. I use just some well known functions
(format, Ucase, LCase, Trim etc) and some little user defined function
written by myself.
Now I'd like to manage data returned by queries or by entire tables. I read
something about on Help, forums and tutorials and I'm here to ask some
explanation. Please note I'm already able to show set of data using forms
and/or reports.
If I need to select several records (even not in succession) to do some
"operation" on them I understand I should use the recorset that is a perfect
replica of the set of data I have in front of me...
Is it correct? how can I manage recordsets? I'd like to understand this
because I think it is the base to work on data programatically...
Other needs I have could be:
- starting from a data set in a form update all of them (or only someone)
with an update query built at the moment;
- starting from a data set in a form insert some data (usually the ID of
some records) in another table; also i need to rollback the operation;
....
Now I do this things using queries but I'd like to provide "buttons" or
"checkboxes" to my users because they are not familiar with SQL.
Sorry for my English and for the long message.
Thank you in advance for any suggestion or advice.
Nicola M
I'm pretty newbie on Access VBA. I use just some well known functions
(format, Ucase, LCase, Trim etc) and some little user defined function
written by myself.
Now I'd like to manage data returned by queries or by entire tables. I read
something about on Help, forums and tutorials and I'm here to ask some
explanation. Please note I'm already able to show set of data using forms
and/or reports.
If I need to select several records (even not in succession) to do some
"operation" on them I understand I should use the recorset that is a perfect
replica of the set of data I have in front of me...
Is it correct? how can I manage recordsets? I'd like to understand this
because I think it is the base to work on data programatically...
Other needs I have could be:
- starting from a data set in a form update all of them (or only someone)
with an update query built at the moment;
- starting from a data set in a form insert some data (usually the ID of
some records) in another table; also i need to rollback the operation;
....
Now I do this things using queries but I'd like to provide "buttons" or
"checkboxes" to my users because they are not familiar with SQL.
Sorry for my English and for the long message.
Thank you in advance for any suggestion or advice.
Nicola M