Build expression from two forms/tables

E

EricSLC

The expression =[WDH]*[Forms]![FBidClient]![HourlyRate] gives an error when I
close the FBidClient form. This form, and the open form FBid are linked
through a relationship. How would I build an expression to read from a form
without that form being open. I have a limited knowledge of databases. I
built the expression using the expression builder.
 
T

Tom Wickerath

How would I build an expression to read from a form without that form being open.
Sorry, no can do.

Try hiding the form in code instead of closing it.

Tom
__________________________________


The expression =[WDH]*[Forms]![FBidClient]![HourlyRate] gives an error when I
close the FBidClient form. This form, and the open form FBid are linked
through a relationship. How would I build an expression to read from a form
without that form being open. I have a limited knowledge of databases. I
built the expression using the expression builder.
 
Top