G
Guest
I am trying to build a little database to track auction donations for our
school. I have the following fields (among others):
Declared_Value = the value of the donation
Minimum_Bid = the starting bid value for the donation
Bid_Increment = the amount that each bid must increase
I want to set default values for Minimum_Bid and Bid_Increment based on the
entered value of Declared_Value. However, they can't be 100% calculated
fields b/c there may be some items for which we want to manually overwrite
the values.
My problem is I have no idea how to accomplish this. Do I set the default
in the Table definition? Or do I use the Expression Builder in my Inventory
Entry form?
Thanks in advance for the help!
school. I have the following fields (among others):
Declared_Value = the value of the donation
Minimum_Bid = the starting bid value for the donation
Bid_Increment = the amount that each bid must increase
I want to set default values for Minimum_Bid and Bid_Increment based on the
entered value of Declared_Value. However, they can't be 100% calculated
fields b/c there may be some items for which we want to manually overwrite
the values.
My problem is I have no idea how to accomplish this. Do I set the default
in the Table definition? Or do I use the Expression Builder in my Inventory
Entry form?
Thanks in advance for the help!