WCM Forum

WCM Forum (http://www.wcm.at/forum/index.php)
-   Programmierung (http://www.wcm.at/forum/forumdisplay.php?f=17)
-   -   nochmal Access: in drittes Feld Wert aus zwei anderen Feldern kombinieren (http://www.wcm.at/forum/showthread.php?t=139154)

Chrisi99 12.07.2004 11:06

nochmal Access: in drittes Feld Wert aus zwei anderen Feldern kombinieren
 
Wie schon einmal angedeutet...

kann ich in Access in ein Feld (Feld3) die Werte aus Feld1 und Feld2 zusammensetzen?

in Excel würde es ja ca so aussehen:

(In Feld3)=Feld1&Feld2

das bräuchte ich für Access :)


mfg

powerman 12.07.2004 14:07

hi,
in excel
c1= summe(a1+b1)
in access
=summe([anzahl]) oder
select sum([preis])+([fracht])

wcm|Tweety 12.07.2004 15:42

oder wenns text ist:
[name1] & " " & [name2]

wbendl 12.07.2004 15:47

Hi!

In SQL:

SELECT Feld1 & Feld2 AS Feld3 FROM Tabelle1;

mfg

WB


Alle Zeitangaben in WEZ +2. Es ist jetzt 23:17 Uhr.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© 2009 FSL Verlag