I have a table with a set of records: FiscalYear(format - Number, eg. 2004, 2005), CompanyName(format - text), ItemName(format - text), ItemPrice (format- currency).
I have a form in which I have created four text boxes. First three text boxes are for FiscalYear, CompanyName and ItemName. The...