ShogunPatch
New member
- Local time
- Today, 16:46
- Joined
- Oct 4, 2016
- Messages
- 8
Access newbie here; please be patient (and gentle!).
I have a working but clunky spreadsheet which I am trying to rebuild as a database. In one of my tables I have the following fields (amongst others):
ID, Schedule, Label, Value, Denominator
The Denominator field contains a Schedule and Label combination which uniquely identifies another record in the same table.
I want to build a query which, for each record in the table extracts the Value of its defined Denominator so that I can then divide the value of that record by the value of its Denominator (I may do this calculation in the query itself, or I may export it to Excel).
I'm pretty sure this must be not only possible, but fairly straightforward but must admit I'm struggling. In Excel I would simply use a vlookup formula but I've not so far found the equivalent in Access. Any help on this would be much appreciated.
Many thanks.
I have a working but clunky spreadsheet which I am trying to rebuild as a database. In one of my tables I have the following fields (amongst others):
ID, Schedule, Label, Value, Denominator
The Denominator field contains a Schedule and Label combination which uniquely identifies another record in the same table.
I want to build a query which, for each record in the table extracts the Value of its defined Denominator so that I can then divide the value of that record by the value of its Denominator (I may do this calculation in the query itself, or I may export it to Excel).
I'm pretty sure this must be not only possible, but fairly straightforward but must admit I'm struggling. In Excel I would simply use a vlookup formula but I've not so far found the equivalent in Access. Any help on this would be much appreciated.
Many thanks.