Results 1 to 4 of 4
  1. #1
    klnlsu is offline Competent Performer
    Windows 7 64bit Access 2013
    Join Date
    Apr 2015
    Posts
    107

    Trying to create an entry form for a table with filtering based on a field in another table


    We have an inventory item file that was created in another software program. We can edit data in this file using Access, but we can't add fields. We created a "piggy-back" item table in Access that has the additional fields that we need. I am trying to create a data entry form for this piggy-back table, but I want to filter the records using a field in the master file prior to opening the form. I can create a query to filter the records, but the query becomes un-editable when I create a join between the master file and the table. I'm sure there is a simple solution, but I can't find it.

  2. #2
    June7's Avatar
    June7 is online now VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,929
    Sounds like will have to base form on a query and construct field with expression using DLookup().

    Why is the query that joins tables not editable? Don't they have a 1-to-1 relationship? How do you edit the file with Access? Can you set link but it is NOT editable - like Excel link? Use objects in VBA to manipulate the external data file?
    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. #3
    klnlsu is offline Competent Performer
    Windows 7 64bit Access 2013
    Join Date
    Apr 2015
    Posts
    107
    I solved this by creating a form for the query to filter the data, and then putting the form for editing the table as a subform on that form. Thanks for the suggestions.

  4. #4
    June7's Avatar
    June7 is online now VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,929
    Of course, should have seen that. Glad you got it working.
    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.

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

Similar Threads

  1. Replies: 6
    Last Post: 10-22-2022, 08:27 AM
  2. Replies: 10
    Last Post: 06-10-2015, 08:16 AM
  3. Replies: 1
    Last Post: 11-10-2014, 06:54 AM
  4. Replies: 5
    Last Post: 11-01-2012, 09:26 AM
  5. Replies: 4
    Last Post: 04-18-2011, 07:18 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