Search results

  1. M

    Continuous form edit data on load

    Sorry there was a miss-communication on my part. I'm not looking to have the database store "Free Freight" I would however like to have the the user be able to change the data in that field. For example if it reads "free freight" now the user could put 100 in and it would store that, or they...
  2. M

    Continuous form edit data on load

    I was dumb for not thinking of that myself :( I'd also like to make that control editable, is there a way to do that still? I know that access has no idea what to do with the data provided to it, but I'd like to write an event handler to make it happen.
  3. M

    Continuous form edit data on load

    I have a continuous form fed by a simple query. One of the pieces of data displayed is a currency freeShippingLimit. I'd like to have the control bound to the freeShippingLimit field display a value of "Free Freight" when freeShippingLimit = 0. Currently this is the only way I can think of to...
Back
Top Bottom