> Is this supposed to work if TmpSline is a temporary table? > > property table TmpSline 'refresh' > > I added a row of data in an eep (I then did a select to make sure it was > there) but the form did not refresh to show the added row.
It should work. Make sure that the row you added still meets the WHERE clause the form is operating under, or (if a secondary table) that it maintains all linking required to the primary table. Also, note that if the table in question is being displayed in a "single line" mode (not with a grid or scrolling region) then the record may be there, but you wont automatically "move" to it in the record set underlying the form. -- Larry
