Guest_imported
New member
- Jan 1, 1970
- 0
When entering data in the field [STRIP REPLATE]![GRIT] of form [SEND OUT FOR REPLATE] I get a pop-up form asking for SEND OUT FOR PLATE!Strip Replate!Grit . Upon entering data or selecting ok a second pop-up form asks for SEND OUT FOR PLATE!Strip Replate!FBM ID. If I enter data in these pop-ups the fields our updated in WHLINVTY table. Does anyone know why the update is not recognizing or linking the fields with the form?
This is the Update code I’m using.
DoCmd.RunSQL ("UPDATE WHLINVTY SET [WHLINVTY].[GRIT] = [SEND OUT FOR REPLATE]![Strip Replate]![GRIT] WHERE [SEND OUT FOR REPLATE]![Strip Replate]![FBM ID]=[WHLINVTY].[FBM ID]"
This is the Update code I’m using.
DoCmd.RunSQL ("UPDATE WHLINVTY SET [WHLINVTY].[GRIT] = [SEND OUT FOR REPLATE]![Strip Replate]![GRIT] WHERE [SEND OUT FOR REPLATE]![Strip Replate]![FBM ID]=[WHLINVTY].[FBM ID]"