G
Guest
Private Sub chkCountyCrim_Click()
intSubscript = selectCustomer.ListIndex
If (Me.chkCountyCrim = -1) And (Me.selectCustomer <> 647) Then
charge = charge + m_countyCrim(intSubscript)
profit = profit + m_countyCrim(intSubscript) - VendorPrice
The last line is my problem, I need to pull vendor price from another table
for the county that is in a sub form.
Having major problems trying to figure it out. Any help greatly appreciated.
intSubscript = selectCustomer.ListIndex
If (Me.chkCountyCrim = -1) And (Me.selectCustomer <> 647) Then
charge = charge + m_countyCrim(intSubscript)
profit = profit + m_countyCrim(intSubscript) - VendorPrice
The last line is my problem, I need to pull vendor price from another table
for the county that is in a sub form.
Having major problems trying to figure it out. Any help greatly appreciated.