Results 1 to 2 of 2
  1. #1
    azamkaya is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Dec 2015
    Posts
    1

    Question Table input refer another form


    I have a tableconsist ItemType and ItemID
    I want to create a form (EntryForm -> EntryTable) - combo box (ItemType) selection
    Another input in the form refer the ItemType - but input from ItemID and insert into the table

    can anyone assist me
    tqvm

  2. #2
    ssanfu is offline Master of Nothing
    Windows XP Access 2010 32bit
    Join Date
    Sep 2010
    Location
    Anchorage, Alaska, USA
    Posts
    9,664
    Create a select query.
    In the Row Source property (Data Tab) of the combo box:
    Code:
    SELECT ItemID, ItemType FROM ItemTableName ORDER BY ItemType
    Change "ItemTableName" to your table name.

    On the Format Tab, set
    Column Count = 2
    Column Width = 0

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 5
    Last Post: 11-12-2013, 12:14 AM
  2. Replies: 1
    Last Post: 08-21-2013, 12:36 PM
  3. Replies: 4
    Last Post: 01-21-2013, 11:20 AM
  4. Replies: 4
    Last Post: 02-16-2012, 05:23 PM
  5. Replies: 10
    Last Post: 08-08-2011, 01:55 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