Search results

  1. N

    How would I go about adding a field or a table?

    The attachment is the database Im working on and I have a problem. I need to add a supplier Product number in there some where so I could keep the numbe as reference and so it may be easier to enter items recieved. in the form section, I will have Invoice with a sub form Invoice details. I need...
  2. N

    way to input in northwind database example

    In the order form of the northwind database you could enter the product name or scroll through and pick the product. How do I set it up like that so I could enter manually with word Predict(dont know if that's what its called)and also if the product is not on the product table, make a product...
  3. N

    Showing Primary Key as Company name

    how do I set up supplier name in the order table like the example in the northwind database? what I mean is set supplier ID so that it shows combo box with names instead of numbers.
  4. N

    inputing pounds and ounces...

    I have table with item details...in the item details, I need to put the weight of the item in order to calculate the Price Per Pound. but the problem is that not all items are calculated by pound and some of them just need to have individual weight entered to so we could identify which is large...
  5. N

    automatically fill in the values with search

    I have a table with date,item number,quantity,price.and so on... Im using form to input new record and is there a way to automatically search the table and if I enter the item number, it will fill in the rest of the values with the previous record of the specific item number? since the only...
  6. N

    Newbie inputing invoices...help...

    What Im trying to do is make invoices that I have in to data base... reason for it is to keep a close watch on the price fluctuation since the stuff we get are from different country. We don't really need it but this is my own little project just for myself...I have all the tables made and form...
Back
Top Bottom