This should be really simple but I can't figure it out.
In an Access VBasic (VBA) module, process each record-row:
1. examining each record-row for contents in specific columns-fields (simple parsing)
2. changing the contents of specific columns-fields based on the logic results.
The database is in MS SQL. I can open it in Access just fine.
I've written this code in VBasic outside of Access, I've written it in Crystal Reports, and I know how to do it in Cold Fusion. I've read most of the 1400 pages of Jennings' "Special Edition Using ... Access 2003". I've looked all over this Forum.
What I cannot figure out is how I connect to and "see" each record as it's read, run looping logic against slected columns-fields, change them, and update the record-row in the database.
I'm probably expecting to see invocation and interface parameters that either don't exist in VBA for Access or are used in a way that looks foreign to me. For example, the VBA editor doesn't show me the column names as selectable variables the way Cold Fusion and Crystal Reports do.
Anyone got some model code that would show me how to wrtie this very simple module?
In an Access VBasic (VBA) module, process each record-row:
1. examining each record-row for contents in specific columns-fields (simple parsing)
2. changing the contents of specific columns-fields based on the logic results.
The database is in MS SQL. I can open it in Access just fine.
I've written this code in VBasic outside of Access, I've written it in Crystal Reports, and I know how to do it in Cold Fusion. I've read most of the 1400 pages of Jennings' "Special Edition Using ... Access 2003". I've looked all over this Forum.
What I cannot figure out is how I connect to and "see" each record as it's read, run looping logic against slected columns-fields, change them, and update the record-row in the database.
I'm probably expecting to see invocation and interface parameters that either don't exist in VBA for Access or are used in a way that looks foreign to me. For example, the VBA editor doesn't show me the column names as selectable variables the way Cold Fusion and Crystal Reports do.
Anyone got some model code that would show me how to wrtie this very simple module?