Microsoft
Software
Hardware
Network
Question : Access Report Help Needed
Hi,
It's Monday and I have a mental block.. I have an access report based on a query which contains a simple bill-of-materials list including bom-level, part number and qty.
The report lists all the parts and also associated costs to give totals at the bottom. The qty of the 'top level' part is not always one as I'm using this query to roll-up costs for a batch of parts as well.
With this in mind, I also want the report to calculate the unit cost at the bottom which will simply be the total cost / top-level part qty - the question is, how do I refer to the qty field in the first record of the report? I'm sure I've done this a thousand times but my head has gone!
Thanks in advance.
Answer : Access Report Help Needed
Try the DFirst function
DFirst("[qty]", "<YOURREPORTQUERYNAME>")
Why do you want to refer to the qty of the first record?
Explain a bit more or post a sample and we may be able to give you better advice.
Random Solutions
Copying an email to another account when sent to equipment request
Web header with three different colors
convert Java hash function to Javascript
close datareader connection
File Permissions Server 2003 R2
Using PHP to make First Initial Last Name Combination
I want to understand even more on confiruing storage for the ESX host.
Acces Form embedded in a Report does not fire Events
Break raid 1 on PERC 4/SC, DELL PE 850
WCF: Generic into a method?