I put in the delimiters for the date field, but it still only opens to the first record in the database. See updated code below:
Private Sub btnOpenOrders_Click()
On Error GoTo Err_btnOpenOrders_Click
DoCmd.OpenForm "frmOrders", acNormal, , , , acWindowNormal, "[ServiceDate] >= #" &...