access 2003 create custome form

ali asghar hakimiyan 1 Reputation point
2021-09-15T18:11:32.87+00:00

how create custom form in access 2003 with image ?

Microsoft 365 and Office | Access | Development
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. DBG 2,456 Reputation points Volunteer Moderator
    2021-09-16T13:48:44.473+00:00

    Hi. I don't think your question is clear. What have you tried? What exactly are you trying to do?

    0 comments No comments

  2. Ken Sheridan 2,856 Reputation points
    2021-09-17T12:13:51.673+00:00

    Do you want to include a different single image for each record in the form? If so, store the path to each image file in a text column in the table, and reference the text column as the ControlSource property of an Image control in the form.

    For an example see Images.zip in my public databases folder at:

    https://onedrive.live.com/?cid=44CC60D7FEA42912&id=44CC60D7FEA42912!169

    In the zip archive Images_Simple.accdb would be the appropriate model to follow.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.