A
arran1180
I'm importing data into my database from an external source, but it comes in
a very frustrating format using section headingsrather than all the info in
rows.. basically what i have looks like below
USD
date / ref / info/ number
date/ ref /info /number
AUD
date / ref / info / number
and so on.. I also ahave added a primary key (autonumber) that is assigned
to all rows upon import.
I want the above data to appear in this format
date / ref / info / number / USD
date / ref / info / number/ USD
date / ref / info / number / AUD
Is this possible with access? am at a total loss! - the only idea i have
is using the primary key to designate ranges - ie in the above example if
the key was 4 for the USD row and 7 for the AUD row there may be a way to say
where the key is between these two numbers then use USD... im pretty new to
access so any help would be greatly appreciated!
a very frustrating format using section headingsrather than all the info in
rows.. basically what i have looks like below
USD
date / ref / info/ number
date/ ref /info /number
AUD
date / ref / info / number
and so on.. I also ahave added a primary key (autonumber) that is assigned
to all rows upon import.
I want the above data to appear in this format
date / ref / info / number / USD
date / ref / info / number/ USD
date / ref / info / number / AUD
Is this possible with access? am at a total loss! - the only idea i have
is using the primary key to designate ranges - ie in the above example if
the key was 4 for the USD row and 7 for the AUD row there may be a way to say
where the key is between these two numbers then use USD... im pretty new to
access so any help would be greatly appreciated!