>
> Hie all :),
>   Could someone help me with this problem:
>
> 1.How to copy data in one field,lets say GroupArray in
> table A to AccessArray field in tablem B.
> 2.I want field of GroupArray(table A) and field of
> AccessArray(tableB) will have the same data.
> 3.Which I want data from field GroupArray will
> transfer to field Access Array.
>

Why do you need to duplicate the data?  You will wind up with data
inconsistencies if you do that.

I would suggest that you create a view or query in your database that 
will
allow you to access the data in the format that you want it to be in,
without duplicating the data.

Regards

Stephen


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to