Search results

  1. M

    Minimum values in a query

    this doesn't really work the way I expected it to... the problem is that I have more than two fields (columns): ID........NameID ... Number 1 .........Mike ........ 2 2..........Mike ........ 3 3..........Mike ........ 19 4..........Ronald ...... 1 5..........Ronald ...... 2 6..........Greg...
  2. M

    Minimum values in a query

    Thank you. It works. M.
  3. M

    Minimum values in a query

    Hi I have a table (tbl1) with three fields/columns (Primary key, NameID, Number). E.g.: NameID ... Number Mike ........ 2 Mike ........ 3 Mike ........ 19 Ronald ...... 1 Ronald ...... 2 Greg ........ 7 ... I would like to make a query that lists each NameID only ONCE, with...
  4. M

    changing the primary key of a table

    thanky you very much both answers were very helpful m.
  5. M

    changing the primary key of a table

    HI I did some BAD planning before I started creating my database and I set a text field ("field1") of a table ("table1") as primary key, then I linked this field to a field in another table ("table2", one-to-many relationship). Now I wan't to change some values in table1 in "field1" defined as...
  6. M

    Form background

    you're right!!! thanx a lot m.
  7. M

    Form background

    thanks for the reply, but I can't put the picture into background - it is covering my input fields...
  8. M

    Form background

    HI How can I use/set an image (picture) as a background in a form? I can't seem to find this option... thank you regards, Miha
Back
Top Bottom