I'm trying to create an access program for my work (jewelry store). I created on inventory table that has a random number as the primary key. The other fields are item, item number, supplier code, price, and grams. I want to create another form where i can enter the random number to take that item out of inventory. I want that item to then go into another table called the sales table. In the same form where I enter the item number I need to enter a new price because I never get the sticker price. I also need to enter a date into the form. How would i go about creating this form?