Using VB 2008 w/SQLexpress database
I have 2 related tables, (Customers and Efficiency) that I'm trying to pull a number from a field in the customers form and do some math with it on the efficiency form and I cannot get the Efficiency form to retrieve a value. All of my adapters, binding sources, etc. for both tables are on my Efficiency form. I have 2 combo boxes that retrieve data just like they are supposed to, but I cannot use the data from the Customers from to do manual calculations. Please help!
Thank you,
David
I have 2 related tables, (Customers and Efficiency) that I'm trying to pull a number from a field in the customers form and do some math with it on the efficiency form and I cannot get the Efficiency form to retrieve a value. All of my adapters, binding sources, etc. for both tables are on my Efficiency form. I have 2 combo boxes that retrieve data just like they are supposed to, but I cannot use the data from the Customers from to do manual calculations. Please help!
Thank you,
David
Comment