Ive got a bound form which displays the last record that has been entered in the database.
this shows the details: ProductID, Desc, quantity, size, price etc..
i done it using:
Forms!frmProduct.Recordset.FindFirst "ProductID = " & DMax("ProductID", "tblProduct")
Now on another form what...