Forum Discussion
Couldn't find existing invoice template
Hi All,
Please someone help me with a simple task in access. My Access knowledge is very basics.
I have a button in access interface that when clicked an invoice is generated. I try to change a logo on the invoice. Can someone show me how to do that?
Thanks in advance,
Vance
2 Replies
- Tom_van_StiphoutSteel Contributor
Design the form with the button. In the Properties window, find the Click event for that button. Design it by clicking the ... button. It should tell you which report is being opened.
Let's say for example it's rptInvoice.
Find that report in the navigation pane and design it.
Select the image control. Check the Property Sheet. If at the very top it says "Selection type: Bound Object Frame, or Unbound Object Frame, then delete that control and replace it with an Image control. The Picture property has the name of the image, and the ... button on the right will allow you to select a different one.- VancePCopper Contributor
Tom_van_Stiphout Thank you. I will try to see if I can do that.