I know you're talking about using the F2 key, but just want to make sure you know that you could use buttons as there are 2 different properties to address "where" the row is inserted:
PROPERTY TABLE tablename APPEND -- will append blank row at end PROPERTY TABLE tablename INSERT -- will insert blank row at current cursor position Karen In a message dated 8/15/2011 12:57:51 PM Central Daylight Time, [email protected] writes: > What seems strange to me is that if the form has no rows in it, the F2 > adds the new rows to the bottom. If there is even 1 row in the form, the F2 > adds the new rows above where ever the cursor is sitting. I think it we a > bit "cleaner" if the F2 worked the same way in each case, or if it was user > selectable. It's not a big deal, but I think it might be a nice option. > > Mike > >

