Access 2003 is new to me. I've dabbled in mySQL and PHP5.
What I'm trying to bend my mind around is how to embed a query/SQL while walking my dynaset.
The task is to take data from a variety of sources and map them into another format to be rendered into a comma-delimited-file. In addition, a number of "columns" in each "row" require translation from the source value (for example reason-code in the source is "TRF" corresponds to "XFER", in the .csv, "abc" to "def", etc.)
In his 27 Sep 06 post, gol4 mentioned "bookmark" but didn't elaborate.
What can you suggest?
One final note ... due to the number of Excel source tables, the SQL Select and from clauses are going to be very messy -- so I'd like to avoid a sub-query if there is an option.
I think I can muddle my way through everything else, but I'm absolutely stumped on what I suspect is a very simple embedded inquiry.
Regards
Grandpa Brian
What I'm trying to bend my mind around is how to embed a query/SQL while walking my dynaset.
The task is to take data from a variety of sources and map them into another format to be rendered into a comma-delimited-file. In addition, a number of "columns" in each "row" require translation from the source value (for example reason-code in the source is "TRF" corresponds to "XFER", in the .csv, "abc" to "def", etc.)
In his 27 Sep 06 post, gol4 mentioned "bookmark" but didn't elaborate.
What can you suggest?
One final note ... due to the number of Excel source tables, the SQL Select and from clauses are going to be very messy -- so I'd like to avoid a sub-query if there is an option.
I think I can muddle my way through everything else, but I'm absolutely stumped on what I suspect is a very simple embedded inquiry.
Regards
Grandpa Brian