How to display value from in a form

Hi All

Hv created two inventory forms:

Form A: User can enter stock replanished and current available.

Form B: User to complete the form for withdrawal of stock.

In form B, is it possible to display current available ?

Appreciate on the possible methods.

Thank you very much in advance…

Lai

Subject: How to display value from in a form

If you will be composing Form B from an action in Form A, then you could use inheritance on Form B to take the value of currentstock in form a and put it in currentstock in form b.

If you’ve not used in heritance before the Designer Help section on inheritance is very good.

Subject: RE: How to display value from in a form

You could use embedded views or @DbLookup to get values from form A.