Search results

  1. L

    Lost the ability to enter dates in an OLE on report dialogue box

    The DB front end opens with a switch board, and one of the buttons is supposed to open a service report within a specific date range. Yesterday the dialogue box wouldn't let me enter dates anymore and I'm not sure what to adjust to make it work again. I'd be happy to share what I need to to get...
  2. L

    Solved Need help with expression in a report

    So I'm trying to add a field with an expression on a report. The current layout has a "Certificate Number" and a "Certificate Date", and I need to add an "Expiration Date" which will be one year after the "Certificate Date". If I use =DateAdd(yyyy, 1, [CertificateDate]) I typically get a...
Back
Top Bottom