Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Question about Combo Controls

Status
Not open for further replies.

dragongunner0351

Programmer
Joined
Mar 16, 2006
Messages
104
Location
US
I have a Form with an embedded subform. The subform is in Datasheet view, one of the controls is a Combo Control when I select the part the Base Price associated with the part autofill on the subform but the sale price and units on hand do not. Any ideas why?
 
This might be a stupid question, but have you gone into the Design view for the subform to verify that the Control Source for each of your fields is correct? If you're updating these fields through code, have you verified that you're referencing the correct field names?
 
Thanks for the reply, Not a stupid question. First, I didn't make this particular part of the system so Im not 100% on exactly what the guy before me was trying to accomplish. Although it looks like it was an Orders Template from the Microsoft Website. The order details table and the products table have some matching fields however the only one that updates is the base price field. Back to your org question I will go and check all of the control sources and make sure they are correct
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top