Page 2 of 2 FirstFirst 12
Results 16 to 23 of 23
  1. #16
    tinyappz is offline Novice
    Windows 7 32bit Access 2007
    Join Date
    Jan 2014
    Posts
    14
    Quote Originally Posted by June7 View Post
    Did you actually bind the forms to the tables? Did you set the subform container control Master/Child links properties?



    How are you moving to next record?
    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.

  2. #17
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,625
    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.

  3. #18
    tinyappz is offline Novice
    Windows 7 32bit Access 2007
    Join Date
    Jan 2014
    Posts
    14
    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 , Click image for larger version. 

Name:	subform.jpg 
Views:	7 
Size:	76.8 KB 
ID:	15134

    it should be displayed in Oder form when making the invoice , see the below order form.
    Click image for larger version. 

Name:	order.jpg 
Views:	7 
Size:	134.5 KB 
ID:	15135

  4. #19
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,625
    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.

  5. #20
    tinyappz is offline Novice
    Windows 7 32bit Access 2007
    Join Date
    Jan 2014
    Posts
    14
    It is image control ..

  6. #21
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,625
    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.

  7. #22
    tinyappz is offline Novice
    Windows 7 32bit Access 2007
    Join Date
    Jan 2014
    Posts
    14
    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

  8. #23
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,625
    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.

Page 2 of 2 FirstFirst 12
Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 1
    Last Post: 07-26-2013, 12:10 PM
  2. Replies: 1
    Last Post: 11-08-2012, 02:37 PM
  3. Submit and retrieve data in a form
    By Bertrand82 in forum Import/Export Data
    Replies: 1
    Last Post: 10-05-2012, 11:44 AM
  4. Replies: 1
    Last Post: 03-09-2012, 07:43 PM
  5. Replies: 1
    Last Post: 05-17-2011, 05:19 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums