Expression builder

elvin_08

New member
Local time
Yesterday, 17:46
Joined
Sep 12, 2011
Messages
9
hi all :),

I have a problem on to use expression builder :(

i have a field of

combo box - "Select Laboratory"
text box - "Number of PC to be borrowed"
and a text box
"Available PC in Selected Laboratory"

i want to sum all 'COMPLAB1' in Number of PC to be borrowed if the Select Laboratory is 'COMPLAB1' :confused: and put the total in Available PC in Selected Laboratory

HELP ME GUYS, IM PANIC :eek:
THANKS IN ADVANCE ;)
 
In the Control Source of your Available PC in Selected Laboratory textbox, oh what a bad naming convention ;) :
Code:
=DSum("[Number of [URL="http://www.access-programmers.co.uk/forums/showthread.php?t=215404#"][COLOR=darkgreen]PC[/COLOR][/URL] to be borrowed]", "[[COLOR=Red]Table Name here[/COLOR]]", "[Select Laboratory] = 'COMPLAB1'")
 
oh my god thanks for your help you make me happy for your quick response...
a big THANK for you vbaInet :) have a great day.. god bless :)
 

Users who are viewing this thread

Back
Top Bottom