knuckelhead
Technical User
I almost have my PlantID problem licked.
I have a problem when i put a me.refresh in my PlantID field. Here is what I have.
For simplicity here, I have a main form with 4 fields: SoldtoID, ShiptoID, PlantID and FormulaID.
I cannot have a ME.refresh for the first 3 fields because i will get a NULL condition because formulaID has not been picked yet which is the 4th field. all 4 fields are combined in the table as Primary keys.
so how can i put a Me.Refresh on PlantID (field 3) and FormulaID (field 4) such that when entering a NEW record, i don't get a debug error due to the 4 primary key?
thanks
glen
I have a problem when i put a me.refresh in my PlantID field. Here is what I have.
For simplicity here, I have a main form with 4 fields: SoldtoID, ShiptoID, PlantID and FormulaID.
I cannot have a ME.refresh for the first 3 fields because i will get a NULL condition because formulaID has not been picked yet which is the 4th field. all 4 fields are combined in the table as Primary keys.
so how can i put a Me.Refresh on PlantID (field 3) and FormulaID (field 4) such that when entering a NEW record, i don't get a debug error due to the 4 primary key?
thanks
glen