calculated field in Access 2010 with lookup function

infoexcel

New Member
Joined
Nov 9, 2013
Messages
8
I need Macro or any other functions for Access 2010. As entering ID number in Table the next column should bring the related values. The following details in a table.

[TABLE="width: 313"]
<tbody>[TR]
[TD]ID No
[/TD]
[TD]Product Description
[/TD]
[TD]Qty
[/TD]
[TD]Rate
[/TD]
[/TR]
[TR]
[TD]25
[/TD]
[TD]ID Card
[/TD]
[TD]100
[/TD]
[TD]70
[/TD]
[/TR]
[TR]
[TD]26
[/TD]
[TD]ID Card Rope
[/TD]
[TD]100
[/TD]
[TD]10
[/TD]
[/TR]
[TR]
[TD]27
[/TD]
[TD]ID Card Holder
[/TD]
[TD]100
[/TD]
[TD]10
[/TD]
[/TR]
</tbody>[/TABLE]

I need another table, while entering ID No alone, Calculated field in each column should bring the value of "Product Description" "Qty" "Rate" . Kindly suggest any possible options to work in Access 2010 via Macro or any other functions.
 

Excel Facts

Can you sort left to right?
To sort left-to-right, use the Sort dialog box. Click Options. Choose "Sort left to right"

Forum statistics

Threads
1,222,195
Messages
6,164,509
Members
451,900
Latest member
lamski

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