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.
Select A.LastName & ", " & A.FirstName as Name, A.ID FROM Employee as A ORDER BY (A.LastName & ", " & A.FirstName);
Private Sub cboPicPhoto_AfterUpdate()
picBoxControl.Picture = gstrPotoRoot & cboPicPhoto[red].column(1) & ".jpg"[/red]
End Sub