Results 1 to 4 of 4
  1. #1
    Lou_Reed is offline VIP
    Windows 7 64bit Access 2010 64bit
    Join Date
    Mar 2015
    Posts
    1,664

    How to get rid of this?

    In the current db contained in the attached file, when one opens up frmAttendance, one should notice that down in the lower right hand side there seems to be an inconsistency.

    #Type is shown to the left of the refresh button, but it should not be there. I am not sure how to get rid of it. It simply should not be there.

    Any help appreciated. Thanks in advance.

    Respectfully,




    Lou Reed
    Attached Files Attached Files

  2. #2
    alansidman's Avatar
    alansidman is offline Indifferent
    Windows 10 Access 2016
    Join Date
    Apr 2010
    Location
    Steamboat Springs
    Posts
    2,538
    Go to your design view for the form. You have a control that contains the following expression.

    =IIf([txtTotalGvt]>0,Int([txtPresentGvt]/[txtTotalGvt]*100) & '%',"N/A")

    If this expression is not needed, then delete the control while in design view.

  3. #3
    Lou_Reed is offline VIP
    Windows 7 64bit Access 2010 64bit
    Join Date
    Mar 2015
    Posts
    1,664
    It is needed. I cannot delete it. It has to stay.

    Respectfully,

    Lou Reed

  4. #4
    Lou_Reed is offline VIP
    Windows 7 64bit Access 2010 64bit
    Join Date
    Mar 2015
    Posts
    1,664
    I got this one. The error was an improperly identified variable.

    Thanks anyway.

    Respectfully,

    Lou Reed

Please reply to this thread with any new information or opinions.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums