I figured as much....odd that I didn't notice in 6.5. The thing is, most of the time, the user can enter as many rows as they want. But in certain circumstances (certain conditions in the master table), I would want to restrict to one row. So....if I do enter using mastertableform for 1 row, and then have a button where the user clicks to enter the data in the slave table in another form, I can use if this = that then enter formname for 1 row, else enter using formname..... That'll work I think - I'll try it. Dawn
-----Original Message----- From: Albert Berry [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 24, 2004 5:36 PM To: RBG7-L Mailing List Subject: [RBG7-L] - Re: Enter for n rows Dawn, this is normal behaviour. If you need to restrict the slave table to 1 row, you will need to use two forms. The FOR 1 ROWS only affects the primary table in the form. --- Dawn Oakes <[EMAIL PROTECTED]> wrote: > I hope this isn't a duh moment. I can't seem to think today. > > Is there a way to control the numbers of rows a user can enter in a > SLAVE table on a form? If I do enter formname for 1 row, I can enter > one row of data in the master table, but when I enter past the last > field in the slave table, it goes on to enter another row for that > table. I use a similar form in 6.5 and don't remember doing anything > special. The fields for the slave table are not in a region (in > either version of the form). I only want the user to enter one row > for both tables. > > Dawn > > ===== Albert Berry Management Consultant RR2 - 1252 Ponderosa Drive Sparwood BC, V0B 2G2 Canada (250) 425-5806 (250) 425-7259 (708) 575-3952 (fax) [EMAIL PROTECTED]
