Search results

  1. A

    Which event fires AFTER next record is displayed?

    Can I run an event in a from when I insert a record? I have a procedure to copy the values from a field in the previous record to the new one and I call it on the BeforeInsert event. However it does not execute until I type into a field on the form but I'd like it to execute before this. Is...
  2. A

    Displaying the 2nd Column in a Combo Box

    I sorted out my problem. It had to do with operating on a control rather than a field - an annoying theological distinction - so I created a field in the subform table for Price and it worked out. Thanks for your help. Tom
  3. A

    Displaying the 2nd Column in a Combo Box

    Hi - I am doing this where I pick an item in the combo box and put the price in a text box from the second column in the combo box. It works fine except the value is General number format. In the original table the price field is Currency. I've tried formatting the text box field also as...
Back
Top Bottom