Hi,
I am a novice in VBA - Access coding :
I have an oldtable in Access
oldtable ( 1 field ) called amount with 2 records.
amount
10000 (1st record)
20000 (2nd record)
How to get a Newtable with 2 fields ( amount1 amount2 )
already created ?
newtable ( 1 record with 2 fields )
amount1 amount2
10000 20000 ( only 1 record )
Can someone assists me for coding in VBA or using SQL ?
TIA
I am a novice in VBA - Access coding :
I have an oldtable in Access
oldtable ( 1 field ) called amount with 2 records.
amount
10000 (1st record)
20000 (2nd record)
How to get a Newtable with 2 fields ( amount1 amount2 )
already created ?
newtable ( 1 record with 2 fields )
amount1 amount2
10000 20000 ( only 1 record )
Can someone assists me for coding in VBA or using SQL ?
TIA