Newbies sarahfm Posted June 30, 2008 Newbies Posted June 30, 2008 I've created a rather simple database, with the intention of sending it out to clients as a report layout for them to fill in each week. I require 3 tables on this one database page. Each of these tables needs 2 or 3 simple columns and new records can be created depending on how much info needs to be entered. I've discovered that the only way to create "records within records" so to speak is to use a portal. I've created very simple portals (and checked and checked that I'm doing it write in various manuals) and have allowed the creation of new records in both the master and related layouts. The information at first pulls through fine, but then when I try and create a second record (or what looks like a row in that table) - it repeats the information that is in the first. It will not allow me to type any other information in the next record. Has anyone any idea what I'm doing wrong? Many thanks, Sarah
Newbies sarahfm Posted June 30, 2008 Author Newbies Posted June 30, 2008 The relationships are defined as equal to, but I'm not sure if that's the question you're asking? The only reason I need them to relate to another layout is in order to create new records on the master layout - the report layout. If that makes sense?
mr_vodka Posted June 30, 2008 Posted June 30, 2008 No I mean what are the table occurrences and key fields that are in question? For example... Person Table pkPersonID PersonLastName PersonFirstName Phone Table pkPhoneID fkPersonID PhoneNumber PhoneNumberType You would be on a layout for Person with a portal display records for a table occurrence of Phone. The relationship would be keyed on pkPersonID to fkPersonID Also, allow creation of records should really only be turned on here for the child rrecords, not the parent.
Recommended Posts
This topic is 6049 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now