Question on (custom) function

BeataG

Registered User.
Local time
Today, 09:19
Joined
Oct 24, 2008
Messages
21
Hello,

I wonder if is it possible in Access to "convert" a given column, fields of which have been created on the basis of the custom function.

I'd like to achieve the same or similar result as when using Excel - when I just copy a column with formula and paste it specially indicating "copy values".

The point is, that after these operation I'd like this column not to be treated as related with any formulas/functions, but only just as text that may be easily moved between various applications.

Thank you in advance for any suggesstion.
 
just use an update query surely

effectively

update tablename set newcolumn = something or other
 
Yes, of course...
Thanks for your help.
Regards
 

Users who are viewing this thread

Back
Top Bottom