T
Todd H
I need some help with this expression; I am trying to open a datasheet
and goto a specific record:
DoCmd.GoToRecord , , acGoTo, "BillingPeriodEndDate" = "Between" &
DateAdd("m", -3, Date) & "And" & DateAdd("m", -4, Date)
I think I am having some issues with the quotes in defining what I
need. BillingPeriodEndDate is a date.
Thanks,
Todd
and goto a specific record:
DoCmd.GoToRecord , , acGoTo, "BillingPeriodEndDate" = "Between" &
DateAdd("m", -3, Date) & "And" & DateAdd("m", -4, Date)
I think I am having some issues with the quotes in defining what I
need. BillingPeriodEndDate is a date.
Thanks,
Todd