N
Nathan Wolfe
Is it possible to use chr$(34) in this code so that Me!cboLocation can accept
text strings that include apostrophes? Thanks.
If (DLookup("[RegularStopID]", "[tblStops]", "[Location] = '" &
Me!cboLocation & "' And [Datestop] = #" & Me!cboDate & "# And [Timestop] = #"
& Me!cboTimestop & "#")) Then
text strings that include apostrophes? Thanks.
If (DLookup("[RegularStopID]", "[tblStops]", "[Location] = '" &
Me!cboLocation & "' And [Datestop] = #" & Me!cboDate & "# And [Timestop] = #"
& Me!cboTimestop & "#")) Then