Problems with forms / foreign key

Ask a Question related to Microsoft Access, Design and Development.

  1. #1

    Default Problems with forms / foreign key

    I'm still having issues getting my form to automatically
    fill the foreign key field. I'm trying to create a data-
    entry form - one that creates new records that span
    several tables. I would like the foreign key to
    automatically inserted to link them up. I have the
    relationship set up and I did make sure to set the
    Child/Master Field property. Someone please help I've
    tried everywhere to find out what I'm doing wrong, I know
    it's something really stupid and small.

    Please Help!
    -Josh
    Josh Guest

  2. Similar Questions and Discussions

    1. Problems with Forms
      On my webpage I added a username and password field for visitors to log into this other system. It works just fine. HOWEVER, as soon as I added...
    2. Problems with Flash Forms
      Hello when i build Flash Forms with much content, Cold Fusion sets two vertical scrollers, one for the page group and one for the content. Also...
    3. Problems with 'foreign' text in Acrobat 7.0 form fields
      Hi all, I have a form which is filled in by customers (many of which are abroad) and sent back to me. It works fine in Acrobat 6.0 CE, but I'm...
    4. Forms Auth Problems.
      Hi, I am using the fairly standard code below to do my forms authentication ticket and redirect, however, I am finding that once successfully...
    5. Helvetica foreign character problems in Illustrator 10
      This might not be Illustrator's fault but it seems to be the only app affected. On opening artwork containing foreign characters (á, ö, ê etc) in...
  3. #2

    Default Re: Problems with forms / foreign key

    On Tue, 22 Jul 2003 08:22:26 -0700, "Josh" <jsharpe@cox.net> wrote:
    >I'm still having issues getting my form to automatically
    >fill the foreign key field. I'm trying to create a data-
    >entry form - one that creates new records that span
    >several tables.
    Several tables in a one to one relationship? WHY!? If you have more
    than 255 fields and you're trying to do this to get around that limit,
    you're going the wrong way about it.
    >I would like the foreign key to
    >automatically inserted to link them up. I have the
    >relationship set up and I did make sure to set the
    >Child/Master Field property. Someone please help I've
    >tried everywhere to find out what I'm doing wrong, I know
    >it's something really stupid and small.
    Well, you'll have to give us some more information. How are these
    tables related? What's the Recordsource of the main table? of the
    subform(s)? Are you aware that creating a record on the mainform does
    NOT create a new record on the subform - that record is created when
    you start entering data on the subform, not before?

    John W. Vinson[MVP]
    Come for live chats every Tuesday and Thursday
    [url]http://go.compuserve.com/msdevapps?loc=us&access=public[/url]
    John Vinson Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139