hi cvboad,
ok, u need to create a form and insert the similar code behind that button.
------------------------------
dim db as database
dim str as String
dim rst1 as Recordset
dim rst2 as Recordset
str = " select field1, field2, field3 from Budget"
set rst1 = db.openRecordSet(str)
str = "...