Public Schedule Face-to-Face & Online Instructor-Led Training - View dates & book

text field strings

Forum home » Delegate support and help forum » Microsoft Access Training and help » Text field strings

Text field strings

ResolvedVersion Standard

Emma has attended:
Access Introduction course

Text field strings

can i string different fields of text (ie first name. middle name. last name) together into another field? as with the concatenate option in excell?

RE: text field strings

Hi Emma, thank you for the post, yes that can be accomplished, just as in Excel you can concatenate fields. In the query design grid select a blank field and give the field a name (label) in this case Name, follow it with a colon (:) then enter your fields, they should be enclosed in square brackets [] if your fields are coming from different tables, the table name must be inserted with the period (.) separating ie [TableName.FieldName] any text or characters that you wish to insert should be outside the square brackets and enclosed with quotation marks (") the concatenation symbol is the ampersand (&) so finally your field should be like this: Name:[TableName.FieldName]&" "&[Tablename.FieldName] where a space between first and second names is enclosed in the " " marks. I hope that helps, best regards Pete.

Access tip:

Run with the total

Often when creating reports with lists of transactions it can be useful to have a column which totals the transactions as the report progresses.

Using the Sum function gives the total for the whole group, not a running total.



Access provides an easy method of achieving a running total.



Click on the text box containing the data you wish to contain the running total.
Select the Data tab
Click in the Running sum option
Click the down arrow to view three options

View all Access hints and tips

Connect with us:

0207 987 3777

Call for assistance

Request Callback

We will call you back

Server loaded in 0.09 secs.