defult value

  • Thread starter laveshhp via AccessMonster.com
  • Start date
L

laveshhp via AccessMonster.com

Hello!
i create one form with subform ,subform have three field (e.g item # ,qty ,
Price) and i create subtotal field uder page footer now again i create one
field(subtotal subform) in main form which bring value from subform
(subtotal field value)
now problem is when i open form my main form field (subtotal subform) is
blank i need defult value 0.00

thanks
 
G

Guest

Consider using the NZ() function or an IIf function.

=Nz(your current equation)

=IIf(your current equation >0, your current equation, 0)

Seth
 

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

Top