Inserting BMP images behind controls on a report

  • Thread starter Thread starter LeLe
  • Start date Start date
L

LeLe

I am trying to move a newly added BMP image control behind existing controls
on a report. Unfortunately, MS Access does not seem to have a "send back"
function like MS Word. I have found I can copy the existing controls and
when I paste they will be in front of the BMP graphic. Unfortunately, I will
need to rename them to match the original controls so my code on the form
will continue to run correctly. Since I have a fair amount of code on the
form this will be tedious and I am afraid of making errors. Is there a better
way?
 
I am trying to move a newly added BMP image control behind existing controls
on a report. Unfortunately, MS Access does not seem to have a "send back"
function like MS Word. I have found I can copy the existing controls and
when I paste they will be in front of the BMP graphic. Unfortunately, I will
need to rename them to match the original controls so my code on the form
will continue to run correctly. Since I have a fair amount of code on the
form this will be tedious and I am afraid of making errors. Is there a better
way?

Why do you say it doesn't have a Send to Back property?
At least in Access 2002 it does.

Select the Image control.
Click On Format + Send To Back
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top