Thank you for the reply,
How to bind the forms to the tables ? container control Master/Child links properties ? can you explain a bit more.
Creating bound forms is basic Access functionality. Access Help has guidelines.
Basically, set the form RecordSource property to a table or query or SQL statement.
Setting the Master/Child links is described in the referenced tutorial.
How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.
I have learn many things thanx June 7. still there few issues ,
as in attached image i need to insert small images for each product using insert object into picture field , when i insert bmp image it is not displayed ,
it should be displayed in Oder form when making the invoice , see the below order form.
![]()
Are you using an Attachment type field?
Are you using an Image control?
Works for me.
How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.
It is image control ..
Is it Attachment type field?
I cannot replicate the issue. But from the image posted it doesn't look like it is an Attachment type.
If you want to provide db for analysis, follow instructions at bottom of my post.
How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.
db is large then 2mb so i have added in drop box , plz check it , or any other method you need to upload the file.
https://www.dropbox.com/s/3vkd5xrsck...20-%20Copy.zip
You posted an MDB. MDB does not have Attachment field type. Image control in MDB does not have a ControlSource property. Dynamically displaying images in an MDB requires code. Review http://support.microsoft.com/kb/285820
The Image field is not an Attachment type, it is an OLEObject type. I've never had good experience with the OLEObject field.
EDIT: The ControlSource property is available when viewing the MDB in Access 2007 or later.
Last edited by June7; 01-23-2014 at 09:14 PM.
How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.