473,503 Members | 1,671 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Combine two fields via query

74 New Member
I have a field called "Model" and another field called "Revision" I have seen it done where both fields are combined after the query runs, but for the life of me cant figure it out, i'm pretty sure it takes some VBA code i'm just not sure what.


PLEASE HELPPPPP
Mar 27 '07 #1
3 1461
Denburt
1,356 Recognized Expert Top Contributor
No VBA code view the query in design view and add this to the field name section:

ModelRevision:[Model] & [Revision]

or

ModelRevision:[Model] & "/" & [Revision]

or

ModelRevision:[Model] & " " & [Revision]


Good luck!
Mar 27 '07 #2
Hutch
74 New Member
Awesome ,Thanks!
Mar 27 '07 #3
Denburt
1,356 Recognized Expert Top Contributor
Your quite welcome, happy coding.
Mar 27 '07 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

1
3153
by: Ken Fine | last post by:
I want to take the contents of many fields of various datatypes (varchars and text) and combine them into a single "junk" field that I will perform SQL Server free text searching upon, e.g.: ...
8
7071
by: mark | last post by:
Access2000 How do I write a query that combines the CTC field from each record below into one record? I need to concatenate the CTC field with a separator, like below: ...
1
1739
by: Chris Lutka | last post by:
I've been racking my brains all day over this. And I'm not the best at SQL either. I need a query that will produce the following results:...
1
2974
by: snOOp | last post by:
I am trying to combine the data from two similar tables into one query, but I need for all of the records from both tables to show up and I want the ones that have matching 'emplid' to be combined...
4
5734
by: Jason Gyetko | last post by:
Is there any way to combine these two queries into one? I have tables Item_Master & Kit_Master which are the source tables. Query 2 is using both Item_Master (table) & qryKit1 (query) &...
2
3498
by: brino | last post by:
i am trying to combine 2 text fields into the one field in a query. eg. "barry" & "allen" into another field so that it is "barry allen" how can i do this , ive tried a number of ways but cant...
3
2593
by: redcuda69 | last post by:
Access 2003 WINXP Does anyone know how to create a query to combine the SYM column fields below if the PartNumberID's are the same. Thanks for any help. Rob Current Table: PartNumberID SYM...
1
3404
by: bluereign | last post by:
Thank you for your assistance. I am a novice looking to JOIN and append or combine records from 2 current Tables into 2 new Tables named below. I have been able to JOIN Tables with the script...
1
1585
by: 6afraidbecause789 | last post by:
Hi - I'm trying to make a Where statement but can't. I''ve put multiple yes/no fields in a listbox as a field list according Don Leverton's comments in the thread "query by field heading options"...
1
1711
by: LSGKelly | last post by:
Hi all. I need to combine two fields that contain numbers that are in a currency format (Ex: $1,500 $3,500). When I combine them, I want them to look like this -- $1,500/$3,500. When I combine...
0
7202
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7280
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7332
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
5578
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
5014
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
3167
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3154
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
736
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
382
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.