Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
updaterec = "update tblclientmailschedule"
updaterec = updaterec & " set mailerstatus = mailerstatus.value, [b] ProjMailDate1 = ProjMailDate1.value [/b],"
updaterec = updaterec & " DistributionMethod = DistributionMethod.value, MethodName = MethodName.value,"
updaterec = updaterec & " mailingfrequency = mailingfrequency.value, mailingdays = mailingdays.value, nbrmailingday = nbrmailingday.value,"
updaterec = updaterec & " nbrmailfreq = nbrmailfreq.value, campaigntype = campaigntype.value,"
updaterec = updaterec & " MailerName = MailerName.value, comments = comments.value, mailertype = mailertype.value, quantity = quantity.value,"
updaterec = updaterec & " dropcount = dropcount.value, postage = postage.value, postagerate = postagerate.value,"
updaterec = updaterec & " postoffice = postoffice.value, insert1 = insert1.value, insert2 = insert2.value, emailname = emailname.value,"
updaterec = updaterec & " listused = listused.value, scheduledtime = scheduledtime.value, jobstage = jobstage.value,"
updaterec = updaterec & " [b] projmaildate2 = projmailedate2.value [/b],[b] projmaildate3 = projmaildate3.value [/b],[b] actualmaildate1 = actualmaildate1.value [/b],"
updaterec = updaterec & " [b] actualmaildate2 = actualmaildate2.value [/b], [b]actualmaildate3 = actualmaildate3.value [/b], insert3 = insert3.value "
updaterec = updaterec & " where clientid = " & Me.ClientID
updaterec = updaterec & " and jobnumber = '" & Me.JobNumber & "'"
Debug.Print updaterec
DoCmd.RunSQL updaterec
updaterec = "update tblclientmailschedule"
updaterec = updaterec & " set mailerstatus = [blue]" & [/blue]mailerstatus.value [blue]& ", [/blue]ProjMailDate1 = [blue]& " [/blue]ProjMailDate1.value [blue]& "[/blue], "
updaterec = updaterec & " DistributionMethod = [blue]" & [/blue]DistributionMethod.value [blue]& "[/blue], MethodName = [blue]" &[/blue] MethodName.value [blue]& "[/blue], ..."