Results 1 to 2 of 2
  1. #1
    Babidi is offline Novice
    Windows 10 Access 2016
    Join Date
    Dec 2018
    Posts
    1

    Inputting info on a form

    I have a form (Table 1 Child) that when inputting a specfic Number that i want it to pull information from another table (Table 2 Parent) into the form. Can this be done and what is the best way to do it?

  2. #2
    ranman256's Avatar
    ranman256 is online now VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,521
    You can filter a continuous form that shows all records ,that filters down to what's in the box,
    or,
    Use the form as a parameter and open a query....
    select * from table where [field]=forms!myForm!txtBox

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

Similar Threads

  1. Replies: 1
    Last Post: 03-01-2018, 01:36 PM
  2. Inputting Data in a Form
    By Lou_Reed in forum Access
    Replies: 8
    Last Post: 01-09-2017, 03:05 PM
  3. Replies: 9
    Last Post: 09-01-2014, 02:27 PM
  4. Replies: 6
    Last Post: 12-14-2011, 07:19 PM
  5. Inputting Free text in Form
    By maintt in forum Forms
    Replies: 2
    Last Post: 08-13-2010, 11:43 AM

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