Most valuable members of the board,
I’m trying to improve a friend’s function which add’s Excell’s “Copy/fill-down” functionality to Access (a great idea by the way). When you have an area selected, it copies the values in the first row to all selected cells below. It should work both in tables/queries and datasheet forms.
Now I need to know how to get the name of the …th field in a datasheet, both in a table and a form. How do I achieve this?
I can retrieve the columns involved using the .SelLeft and .SelWidth properties. But I miss the link to the corresponding fields (and their names and values).
Thanks for any suggestions,
Hasse, Belgium
p.s. If there is some interest and I get it working, I can probably leave the result on this forum too.
p.s. If you think right now ‘yet one other guy reinventing the wheel, please feel free to post a link to a freeware code/add-in which adds this functionality to Access!