Concatenate ComboBox in Query

E

Elvis72

I have looked at every suggested reference on this site and I still cannot
seem to wrap my head around this.

I have the following:

TblExperience

ExperienceID - Number
Experience - Text

TblResumeExperience

ResumeExpID - Number
ExperienceID - Number
WorkerID - Number

TblResume

WorkerID - Number
Last Name - Text
First Name - Text

I need the result to look like this:

Last Name First Name Experience

Bunny Bugs Gardener, Comedian

Everything I find seems to be referencing one table or on the Hook'em
reference I just don't think I get it??

Your help is sooooo GREATLY appreciated!~
 
S

S.Clark

Create a query to get some of the data precombined, then use the Concatenate
function inside of that query.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top