Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 37
  1. #16
    linda12 is offline Novice
    Windows XP Access 2007
    Join Date
    Aug 2013
    Posts
    18

    Quote Originally Posted by RuralGuy View Post
    Here's a link to three different approaches: http://accdevel.tripod.com/imaging.htm
    I use Access 2007 , Which approach must I follow??

  2. #17
    amrut is offline Expert
    Windows 7 64bit Access 2010 32bit
    Join Date
    Jun 2012
    Location
    India
    Posts
    616
    See the attachment. I have added pictures only for letters "A" and "B".
    Attached Files Attached Files

  3. #18
    linda12 is offline Novice
    Windows XP Access 2007
    Join Date
    Aug 2013
    Posts
    18
    Quote Originally Posted by June7 View Post
    Take advantage of the ControlSource property by having a table of images with a record for each image. Text field for the characters and Attachment field to hold the images. Bind form to the table, bind Image control to the Attachment field holding the images, then code in textbox KeyUp event filters the form records to display appropriate sign.
    I will choose the ControlSource Property way for the time being . Could you please elaborate on how to use it . I am interested in all this , but I am a beginner.

  4. #19
    linda12 is offline Novice
    Windows XP Access 2007
    Join Date
    Aug 2013
    Posts
    18
    Quote Originally Posted by amrut View Post
    See the attachment. I have added pictures only for letters "A" and "B".
    Attachment seen . It shows some error when I type "A" in there. The error message is something like this 'The error is due to the fact that only pictures of two alphabets are available' . I cannot see any pictures there.

  5. #20
    amrut is offline Expert
    Windows 7 64bit Access 2010 32bit
    Join Date
    Jun 2012
    Location
    India
    Posts
    616
    I type A or B, I can see the image.See the screenshotClick image for larger version. 

Name:	ScreenShot.png 
Views:	4 
Size:	48.0 KB 
ID:	13577Are there two files A.jpg and B.jpg in the same folder as the db file ? You can try with any two images. Copy and paste them in the same folder as the database. Rename them as A.jpg and B.jpg.

  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,771
    The bound Image control is simple.

    Build table with two fields as described (text and attachment). Name them Character and Image. Populate the fields. Build form and set its RecordSource property to the table. Create textbox and image control. Set their ControlSource properties to the fields. Set the image control Visible property to No. Set the textbox KeyUp event property to [Event Procedure]. Click the ellipses (...) to open the VBA editor. Type code.
    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
    linda12 is offline Novice
    Windows XP Access 2007
    Join Date
    Aug 2013
    Posts
    18
    I am getting the same error message. The two files A.jpg and B.jpg are in the same folder (Hand_Sign.zip) as the db file . Do I need to extract it and then use??

    Also, Please let me know how did you do that. I will try on my own and see if it works.
    Thank you

  8. #23
    amrut is offline Expert
    Windows 7 64bit Access 2010 32bit
    Join Date
    Jun 2012
    Location
    India
    Posts
    616
    You have to extract them before using

  9. #24
    linda12 is offline Novice
    Windows XP Access 2007
    Join Date
    Aug 2013
    Posts
    18
    Quote Originally Posted by June7 View Post
    The bound Image control is simple.

    Build table with two fields as described (text and attachment). Name them Character and Image. Populate the fields. Build form and set its RecordSource property to the table. Create textbox and image control. Set their ControlSource properties to the fields. Set the image control Visible property to No. Set the textbox KeyUp event property to [Event Procedure]. Click the ellipses (...) to open the VBA editor. Type code.
    How to populate the image field in the table ??

  10. #25
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,771
    Yes, all 3 files must be extracted from the zip.

    Works perfectly, didn't change a thing.

    You can populate image from open table. Click the image field to open the attachment dialog, navigate to image you want.
    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.

  11. #26
    linda12 is offline Novice
    Windows XP Access 2007
    Join Date
    Aug 2013
    Posts
    18
    Quote Originally Posted by amrut View Post
    You have to extract them before using
    Its working now .Looks great !!.. Can I use it for writing words if I include all the 26 alphabets ??Let me know how did you do that.

  12. #27
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,771
    Just keep typing letters in the textbox.
    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.

  13. #28
    linda12 is offline Novice
    Windows XP Access 2007
    Join Date
    Aug 2013
    Posts
    18
    Quote Originally Posted by June7 View Post

    You can populate image from open table. Click the image field to open the attachment dialog, navigate to image you want.
    Done . Next , how do I create textbox and ImageControl????

  14. #29
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,771
    Drag controls from the Design tab of ribbon. This is basic Access functionality. Access Help has guidelines for building forms.
    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.

  15. #30
    linda12 is offline Novice
    Windows XP Access 2007
    Join Date
    Aug 2013
    Posts
    18
    Now that I have inserted the image and the letters in the first step , must I create a textbox and Image control. ? If yes , must I insert the same text and image which I have already entered??

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

Similar Threads

  1. Alphabet autoincrement
    By KWHAT in forum Access
    Replies: 16
    Last Post: 05-23-2012, 08:29 AM
  2. Replies: 2
    Last Post: 02-25-2012, 10:17 AM
  3. Replies: 5
    Last Post: 02-02-2012, 06:42 PM
  4. Cleaning up the alphabet
    By ducecoop in forum Access
    Replies: 4
    Last Post: 10-28-2010, 08:33 AM
  5. Alphabet break in report
    By amccook in forum Reports
    Replies: 8
    Last Post: 08-27-2010, 03:13 PM

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