merge multiples fields into one

  • Follow


Hello. I triyng to merge multiples fields into one but I'm not being very 
sucessful.

I have in my form field A and field B and C

I want to save right into field C the concanetanet or merger of fields A and B

A=gh
B=yh
C=ghyh


I tried into the code to do this C=A&B

Regards,
Marco
0
Reply Utf 12/20/2007 1:12:02 AM

See:
    Calculated fields
at:
    http://allenbrowne.com/casu-14.html

The article explains how to get Access to give you C *without* storing it in 
a table.

If you really want to do it anyway, the acticle explains how to put your 
line of code into the AfterUpdate event procedure of both text boxes (A and 
B.)

-- 
Allen Browne - Microsoft MVP.  Perth, Western Australia
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.

"Marco" <Marco@discussions.microsoft.com> wrote in message
news:871DAC9F-CB0D-4A53-BDD1-7076801BCEF2@microsoft.com...
> Hello. I triyng to merge multiples fields into one but I'm not being very
> sucessful.
>
> I have in my form field A and field B and C
>
> I want to save right into field C the concanetanet or merger of fields A 
> and B
>
> A=gh
> B=yh
> C=ghyh
>
>
> I tried into the code to do this C=A&B
>
> Regards,
> Marco 

0
Reply Allen 12/20/2007 1:58:10 AM


1 Replies
435 Views

(page loaded in 0.032 seconds)

Similiar Articles:
















7/30/2012 9:14:58 AM


Reply: