Using the code below to open a form based on the SiteID. It works well but is there a way to modify this using a wildcard to show all like IDs? Example below. Thanks..
SiteID = 1234A
Show sites = 1234b and 1234c and 1234d
DoCmd.OpenForm “Site_Frm”, , , “SiteID=” & Chr(34) & Me.SiteID & Chr(34)