Calculations as a default value?????

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • lucyh
    New Member
    • Sep 2010
    • 15

    Calculations as a default value?????

    Hiya - I have a table and in it there are two fields. One is called Direct Cost and the other is called Charge Out. I want the charge out field to have a default value which is basically the direct cost / 80*100.

    Can this be done? I have tried all different ways of inputting this and I get the message "Type Mismatch".

    Probably an easy one for you guys but I have only just started to venture into the world of calculations in Access!! :o)
  • dsatino
    Contributor
    • May 2010
    • 393

    #2
    You can't set references to other fields in the default value property.

    You can code something to mimic that effect if you're comfortable with VBA though.

    Comment

    Working...