G
George Schneider
Here's something i'v ebeen racking my brain with and can't seem to get anywhere with it. I'm trying to create a form that will allow a user to enter freight cost,pallect charge, and misc charges. I have a query that pulls order number, vendor, received date, part number, description, ordered amount, and price from our linked sql tables. I figured for the user entered information i'll need a table. I need somehow to realte the two tables. The easiest way would to have a common field such p.o. in the one table and link it with the sql table. Any idea how can accomplish what i'm trying to do.