Search results

  1. A

    No values in fields in new forms or queries, only ids

    I deleted the split form. If I make a new form or query from the Orders table values are not shoving, only ids. Why the previously made form shows values but new ones does not?
  2. A

    No values in fields in new forms or queries, only ids

    I have database for orders. Tables are Orders, Sales person, Customer and Products. Problem is that suddenly values aren't shown in fields if I make new query or form. Values are shown in forms which I have made previously. I was testing different options for user's main form. I was testing...
  3. A

    Query shows id instead of value

    Thank you! Problem was the different data types. I changed id's to Customer_id etc. and changed datatypes in Orders table. Now it is working in this simple database and the real one. Now I can continue building the real one:)
  4. A

    Query shows id instead of value

    That is only example database about the problem. I made simple database to find the problem but I haven't found it yet. If I can make this database work, I can make the real one work also.
  5. A

    Query shows id instead of value

    Here is the db.
  6. A

    Query shows id instead of value

    Hello to everybody! This is my first database and probably problem is quite small but I can't find solution to it. I have problem with query which is showing ID instead of value. I have 3 tables, Orders, Customers and Products. All fields are text boxies, no lookups. Data is inserted to Orders...
Top Bottom