Hi,

I have a stored procedure which select various values from 3 tables using inner joins
now my question is I have to display these values via a form using unbound
controls now instead of writing
rsset!quoteref = me.quoterefid etc etc...is there any quicker way of getting
these values displayed!!
Hope this is clear!

secondly = can i return all values from a SP and use the record selector of
a MSaccess form to scroll through the recordset or do I have to create
2 new buttons previous and next record?

thanks