executing update query

deepcec9

Registered User.
Local time
, 18:08
Joined
Oct 7, 2015
Messages
33
Hi,

I am trying to run an update query which updates the value in a sub form to another table. Set a macro "open query" to a command button, when I click on command button a pop up window appears with message "Enter parameter value (field_name)".
tried the same query in another FORM it is working fine. Please find the attached screen shot of query.
TIA
 

Attachments

  • 1.jpg
    1.jpg
    90.6 KB · Views: 92
is it a Parameter query?
 
Thankyou for the reply, figured out. Changed the criteria to
[Forms]![frm_jobout1]![out Subform1].[Form]![productid_out]= [in].[productid_in]

Working fine now
 

Users who are viewing this thread

Back
Top Bottom