
Viewing newly added records
I had tried that and it didn't work, but I found out what does... just do a
RecordSet.MoveFirst when I open the browsing form.
DWM
Quote:
>>When I add records with a form and then Hide that form and show another
form
>>which accesses the same table the newly added record doesn't show up. I'm
>>using Recordset.Add and Recordset.Update when adding.
>What about doing a Recordset.Refresh?
>RGT