J
Jan Schmidt
Hi NG,
I'm useing MSAccessXP on WinXP.
I want to edit a DBase .dbf File.
Now i want to have a macro setting a column xxx to a specific value yyy in each
datarow.
So, i give you a small pseudo code, maybe, you understand my probelem better.
set xxx=Question(which column do you want to edit)
set yyy=Question(which value do you want to set)
do from 0 until nomore datarow
set datarow->column(XXX) = YYY
end do
how to do that?
how to write that kind of macro?
Please help me!
Thanks for any help
Jan
I'm useing MSAccessXP on WinXP.
I want to edit a DBase .dbf File.
Now i want to have a macro setting a column xxx to a specific value yyy in each
datarow.
So, i give you a small pseudo code, maybe, you understand my probelem better.
set xxx=Question(which column do you want to edit)
set yyy=Question(which value do you want to set)
do from 0 until nomore datarow
set datarow->column(XXX) = YYY
end do
how to do that?
how to write that kind of macro?
Please help me!
Thanks for any help
Jan