T
Tabby
OK...Have another question.......
I have a table Members, which has ID# as the unique id.
Then I have a table Contributions, where all
contributions are entered for all members, only enter
ID#, depositdate, depositamount, appeal, code.
Each contribution gets labeled with a code, such as g for
general, s for special project.
I want to update the Members table columns: YR03 for all
deposits labeled g, and SP03 for all deposits labeled s
for the each member.
How do I write that string? Any help is greatly
appreciated! Thanks!
I have a table Members, which has ID# as the unique id.
Then I have a table Contributions, where all
contributions are entered for all members, only enter
ID#, depositdate, depositamount, appeal, code.
Each contribution gets labeled with a code, such as g for
general, s for special project.
I want to update the Members table columns: YR03 for all
deposits labeled g, and SP03 for all deposits labeled s
for the each member.
How do I write that string? Any help is greatly
appreciated! Thanks!