control Bound to Field

kedarj

Registered User.
Local time
Today, 02:38
Joined
Sep 7, 2005
Messages
58
In my Textbox Control source I have given a formula =[Product Price]+[Delivery Costs].
I would like to provide an option to ther user to overwrite this Textbox (Should able to input a value).
When I try to edit the calculated value on the form, I get a message "Control cannot be edited, bound to expression". What can I do?
 
Access don't permit you to enter a value because
you have said (in control source) that the value is
Product price + Delivery coast.
 
what is the alternative?
 
It's up to you, depending what you want with this textbox.
 
I want to have the value calculated by a formulae with an option to edit it/overwrite it.
 
Use vba to populate the control, you should then be able to overwrite it, not something to be undertaken lightly though
 
I think it would be possible to use the calculation as a "Standard value"
 

Users who are viewing this thread

Back
Top Bottom