Form/subform problem. Tables not receiving all data

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • grammy
    New Member
    • Jul 2006
    • 1

    Form/subform problem. Tables not receiving all data

    I have a Form with one Subform. After input, I look at the tables, and not all of the info is coming thru.I have looked at the child,master link properties, and they look okay. The main form is a contract, showing prices, etc. The subform is the order, only shows shipped info, not dollars. In the subform table it has the shipped data and price fields, but the price fields are not getting filled in, yet they have been input on the main form. What have I done wrong??
  • zzqxxq
    New Member
    • Jul 2006
    • 28

    #2
    I am not sure I understand what exactly is happening here - are you entering prices on the main form and expecting an immediate update to the subform or do the prices already exist in the primary table (underlying the main form) when the form opens? If you are entering prices AFTER the form opens try requerying the subform after the entry (on exit or on lost focus) to update the fields on the subform. If I didn't get the problem write back.

    Comment

    Working...