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.
Update [i][red]yourtablename[/red][/i] as A Set A.[[i][red]yourEmptyFieldName[/red][/i]] = A.[[i][blue]yourCopyFieldName[/blue][/i]]
WHERE A.[[i][red]yourEmptyFieldName[/red][/i]] Is Null;
DoCmd.OpenQuery "qryYourQueryName"
Dim strSQL as String
strSQL = "Update . . . . . "
DoCmd.RunSQL strSQL
DoCmd.RunSQL "Update. . . . .."