Hi guys,
what Iam doing is Updating a backend sql table using front end form.
Set db = CurrentDb
stSQL = "Update Lkp_Store1 set Facility_Number='" & (Text8) & "',[Station_Id]='" & (Text0) & "'," & _
"[Zone]='" & UCase(Text2) & "',[Type]='" & (Text4) & "'," & _
"[UserId]='" & fGetUserName() &...