Tables and Queries

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a table that has information such as MMA01, MMA02, MMM14, MMM23
I am running a query to join this table with a table that has what MMA and
MMM stand for. I am having trouble getting this to pull the right
information. How do i set up the table so that MMA## = Machine and MMM## =
Man Power in the query? Thanks for the help
 
It looks like your table is un-normalized. What are you storing in these
fields? Have you considered normalizing?
 
A work around until you normalize is to create a select query and in design
view pull down the asterisk from the table. Next pull down the field that
contains your "MMM" to the field row of the grid. Type a label in front of
the field name and edit to look like this--
My M_s:Left([YourField],3)
Save.
Use the query instead of the table to join on the My M_s fields.
 

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

Similar Threads

Date Format 2
Table with wildcards 6
Counting multiple memberships 1
Table Design Question 3
Relationships between tables and querys 1
Disable Tables 3
Table Query 5
Table vs. query in forms 2

Back
Top