Build expression from two forms/tables

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top