Results 1 to 4 of 4
  1. #1
    DMJ's Avatar
    DMJ is offline Advanced Beginner
    Windows Vista Access 2007
    Join Date
    Oct 2011
    Posts
    32

    Can't enter or choose data in form

    I have a form that three fields will not allow entry in. I have pulled fields from different tables and they are all fine except these three. I have checked properties, etc.

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,771
    Unless tables have a one-to-one relationship, cannot enter data into multiple tables by one form. Probably need form/subform arrangement.
    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
    DMJ's Avatar
    DMJ is offline Advanced Beginner
    Windows Vista Access 2007
    Join Date
    Oct 2011
    Posts
    32
    I've attached the form in detail view and my relationship report. Please check as I am using junction boxes I think the forms should be filling.

  4. #4
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,771
    A gang can have many persons. Let's assume each person can have only one gang. That is 1 to many relationshp. Normal data entry would be with form/subform. Main form bound to tbl_Gang and subform bound to tlink_PersonsGang. Master/Child links properties will synchronize the GangID association. Combobox on subform to select persons.

    Or main form bound to tbl_Person and subform bound to tlink_PersonsGang. Synchronization on PersonID. Combobox to select Gang.

    Another approach is that if every person is a gang member and only ever of one gang, the gang association info could be in tbl_Person.

    Not understanding AssociateIncidentID in tlink_PersonsGang. There will be only one incident per person/gang pairing?
    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: 04-16-2012, 01:05 AM
  2. Replies: 4
    Last Post: 02-27-2012, 10:29 AM
  3. Replies: 6
    Last Post: 06-17-2011, 04:39 AM
  4. Using composite keys to enter data in a form
    By kymmyg in forum Database Design
    Replies: 2
    Last Post: 09-08-2010, 01:20 PM
  5. can't enter data in some form fields
    By ashiers in forum Forms
    Replies: 1
    Last Post: 09-18-2008, 12:37 PM

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