Z
Zardoz
I dont know why anyone in their right mind would format records this
way... but here is what I've got. It looks similar to an *.iif file, I
figure; kind of laid out like so:
accountid1 transactioncodexyz transactionamount
transactioncodexyz transactionamount
transactioncodexyz transactionamount
accountid2 transactioncodexyz transactionamount
transactioncodexyz transactionamount
and so on...
and this is much broken down from what I had before...
What I need to do is associate each of the following transaction codes
with the preceding account ID.
Unfortunately the access wizard never conceived of this situation,
frankly, he never conceives much of anything...
is there a way I can construct some kind of loop code to scan the
Account ID fields and remember the first ID it encounters as a string
and paste it into the following blank fields until it hits the next ID,
where it then remembers that string and pastes it until the next and so
on?
I imagine this is possible, only Im completey VB illiterate right now,
though Im desperately trying to learn...
Id appreciate your help, cuz Im stuck!!
way... but here is what I've got. It looks similar to an *.iif file, I
figure; kind of laid out like so:
accountid1 transactioncodexyz transactionamount
transactioncodexyz transactionamount
transactioncodexyz transactionamount
accountid2 transactioncodexyz transactionamount
transactioncodexyz transactionamount
and so on...
and this is much broken down from what I had before...
What I need to do is associate each of the following transaction codes
with the preceding account ID.
Unfortunately the access wizard never conceived of this situation,
frankly, he never conceives much of anything...
is there a way I can construct some kind of loop code to scan the
Account ID fields and remember the first ID it encounters as a string
and paste it into the following blank fields until it hits the next ID,
where it then remembers that string and pastes it until the next and so
on?
I imagine this is possible, only Im completey VB illiterate right now,
though Im desperately trying to learn...
Id appreciate your help, cuz Im stuck!!