I have a query with an item field and a location field. Currently all the location fields are empty. I have it so that it prompts for an item name and it will display the item and the location field. now I need to make a list of misc items say "WHEEL" in the corrosponding location field. How can I make it so that after I type the item, it automatically fills in the location field with wheel?? and if possiable, just ask for the next item so that it will end up being me typing:<br>12 then enter<br>19 then enter<br>etc<br><br>and the table will look like<br>12 wheel<br>13<br>14<br>19 wheel<br>etc<br><br><br>thanks..hopefully you'll understand what I'm saying!