> I need to know how to add a row while in edit mode to a secondary table > where there is no existing row in version 7.1
PROPERTY TABLE TableName INSERT You can put this on a button, or probably fire it from the ON AFTER START EEP. -- Larry
> I need to know how to add a row while in edit mode to a secondary table > where there is no existing row in version 7.1
PROPERTY TABLE TableName INSERT You can put this on a button, or probably fire it from the ON AFTER START EEP. -- Larry