The expression you entered has a field,control or property name that Access cant find

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • shalskedar
    New Member
    • Sep 2009
    • 66

    The expression you entered has a field,control or property name that Access cant find

    I 've created Report in Ms access which contains subform.The field value in the report is retrieved from the subform.When this report is exported,it shows the error as The expression you entered has a field,control or property name that Access can't find
  • ChipR
    Recognized Expert Top Contributor
    • Jul 2008
    • 1289

    #2
    Have you set the conrol source to the field on the form? You might want to use the report's Open event to set the value of the field instead.

    Comment

    • shalskedar
      New Member
      • Sep 2009
      • 66

      #3
      Thanks a lot !!.I wil surely try this out...

      Comment

      Working...