G
Guest
Hi
I am unable to update a field from input form (UNBOUND)to a table.
Field in form [re]-unbound
Table name = MASTER
Field Name = ref
I need to to update the input value of the form to the table ref field
I have palce the following code in the form-field [re] After Update Event
DoCmd.RunSQL "UPDATE[Master] Set[REF] ='" & Me!RE.Value & " '"
System indicates - 0 records updated
Please help
Thanks
I am unable to update a field from input form (UNBOUND)to a table.
Field in form [re]-unbound
Table name = MASTER
Field Name = ref
I need to to update the input value of the form to the table ref field
I have palce the following code in the form-field [re] After Update Event
DoCmd.RunSQL "UPDATE[Master] Set[REF] ='" & Me!RE.Value & " '"
System indicates - 0 records updated
Please help
Thanks