Recent content by fordy

  1. F

    always using too many fields

    Hi David, Thanks for your reply. I have to produce a database for a jewellery shop. Stock in, stock sold and stock carried forward on to the next month. The only thing I havent worked is how to carry the [stock remaining] figure forward into the [stock in] field of the next month. Do I use...
  2. F

    always using too many fields

    Ive been wasting so much time, now I only have the five different fields, and have created two one to many relationship to porduct id and order id. Thanks for your help. However Im still struggling to carry forward data. Is it a pain for the user to look at previous stock take and transfer...
  3. F

    always using too many fields

    Thanx very much, it helped a great deal
  4. F

    always using too many fields

    So do I need 25 tables, and create a relationship, from main to the other 25. I cant see this as being right. e.g main, stock id to table 1, stock id. I just keep having to copy and paste tables and queries all the time, and renaming them, differently.
  5. F

    always using too many fields

    Whenever I use access I always find myself, putting together hundreds of wueries or fields, does anyone know why this is. the latest a stock control database, where a shop has 25 different types of stock, means I have built a form to allow for the 200 fields to go in it. e.g stock in 1 stock...
  6. F

    Stock Control

    Does anyone have a basic stock control database that I could purchase and change to suit my client. Stock in, sold and carried forward to next stock take. I would be very grateful
  7. F

    Parameter Forms

    Is it possible to leave a field in a parametr form blank, and it will still run query. For example, if I have three fields on a parameter form, stock take nummber, shop area and stock takers surname. Supposing the user only wants to extract information on stock take number and area and is not...
  8. F

    GROUP BY

    Im only a novice, is there any way in which you, only see the result of the latest query instead of it giving you all the records, thanks for your help
  9. F

    GROUP BY

    SELECT [Table1 Query].[STOCK VALUE], Max([NUMBER]) AS MaxDate FROM [Table1 Query]; WHERE Group By [STOCK VALUE] What I want is the most recent STOCK VALUE, from the last record, to be showed. But this doesnt seem to have worked. Can anyone help me
  10. F

    d look up code problems

    I cant get it to work, each new record must look up the value in the last. so waht should the end strinc read
  11. F

    d look up code problems

    =DLookup("[StockPrice]","StockTable", "[StockID] This is what I have, I want it to look up the stock price from the previous record and place it in stock id in new record. Is this right.
  12. F

    Updating fields

    Not tables, just records
  13. F

    Updating fields

    Ive looked and cant find anything relevant. All I need is a dlook up function, that looks up the result of a calculation in the last record. Can this be done
  14. F

    Updating fields

    Ive created a stock take database and want one field in a new record to be updated, when the previous one is filled in. For example, when the stock quantity is known, I want the amount in stock to be added to the next months stock form. Does anyone know how to do it.
  15. F

    report calculations

    How do you get calculations in reports to add up even if there isnt a value in the field.
Back
Top Bottom