Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6605073
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T19:14:25+00:00 2026-05-25T19:14:25+00:00

I would like to know whether it is possible or not to display a

  • 0

I would like to know whether it is possible or not to display a conditional picture in a form. Example:

if X>0 then picture 1 is displayed else picture 2 is displayed

I have looked for it but I didn’t find anything

Thank you

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T19:14:26+00:00Added an answer on May 25, 2026 at 7:14 pm
    If X > 0 Then
        Me.Picture = "c:\picture1.jpg"
    Else
        Me.Picture = "c:\picture2.jpg"
    End If
    

    Or if the picture is not directly on the form, but in a image control:

    If X > 0 Then
        Me.NameOfImageControl.Picture = "c:\picture1.jpg"
    Else
        Me.NameOfImageControl.Picture = "c:\picture2.jpg"
    End If
    

    EDIT:

    Okay, you can do this when you have the form open in design mode:

    • there is a button in the toolbar to open the code window:
      code window button
      (the screenshot is from Access 2003, I don’t know which version you’re using)

    • you can run code on events in the form like when the form is opened or closed.
      Check out this tutorial (Page 10).

    And here is another tutorial about VBA Basics in Access.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I would like to know whether it is possible or not to create text
I would like to know whether or not it is possible to clear an
I would like to know whether or not it is possible to get information
I would like to know whether it is possible to force LWP::UserAgent to accept
I would like to know whether this is actually possible in Android? When Android
I have a asp.net page, and would like to know whether script1 is already
I would like to know whether it is possible to write code that would
I would like to know whether it a possible to detect whether a HTML
I would like to know whether the following are possible in the current windows
I would like to know whether it is possible to use a SELECT statement

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.