Access Can't find the Field '[Forms]![frmbankcodeCriteria]![StartDate]' referred to i

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Amanda Hartley
    New Member
    • Jan 2012
    • 3

    Access Can't find the Field '[Forms]![frmbankcodeCriteria]![StartDate]' referred to i

    Access Can't find the Field '[Forms]![frmbankcodeCrit eria]![StartDate]' referred to in your expression.

    I am using the above format to display my form dates on my report in unbound text boxes with the control source then set to [Forms]![frmbankcodeCrit eria]![StartDate]. Currently it gives me #Name? in my text boxes and the Listed error in four pop ups as I have a start and end and a sub report as well that uses both.
    The names and spelling are completely correct so I am I just going about this wrong?
  • Amanda Hartley
    New Member
    • Jan 2012
    • 3

    #2
    My bad.
    Disregard Please. I needed an '=' sign in front. Duh.
    Code:
    =[Forms]![frmBankcodeCriteria]![StartDate]
    Thanks!
    Last edited by NeoPa; Jan 25 '12, 11:15 PM. Reason: Added mandatory [CODE] tags for you

    Comment

    Working...