querying

Amit112

Board Regular
Joined
Nov 12, 2004
Messages
52
Hi guys,
I am still not getting this. Do I need extra tables or special code but its still not working.
I was giving theoretical problems to simplfiy it but I will give the precise problem here.

There are 3 fields:
1. Part Number
2. Bore Size
3. GM Part Number

if Part Number = 600002 then
Bore size = 58
GM part number = 12591004

if part number = 600003
Bore size = 58
GM part number = 12593214

if part number = N/A
bore size = 65
GM part number = 12589382

if part number = 600004
bore size = 72
GM part number = 12591846

if part number = 600000
bore size = 77
GM part number = 12588244

if part number = 600001
bore size = 72
GM part number 12593591

- so I am actually basing it on Part number
is there a simple way to do this
thanks again
 

Excel Facts

Using Function Arguments with nested formulas
If writing INDEX in Func. Arguments, type MATCH(. Use the mouse to click inside MATCH in the formula bar. Dialog switches to MATCH.
Setup one tabel (e.g. Table1) to store what you addressed here as master data. If you have any other table (e.g. Table2) which have the Part Number field. You just need setup one SELECT query to link master data (in Table1) to Table2.
 
Upvote 0
Someone please help I dont get what anyone is saying. I am very new to access.
Thank you.
 
Upvote 0

Forum statistics

Threads
1,214,911
Messages
6,122,196
Members
449,072
Latest member
DW Draft

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top