Search results

  1. M

    subform

    Hello, in my database I have a form which shows how many years of experience a person has per item. In the form is a subform with columns a, b and c, all three combo-boxes. Depending from the topic selected in the first column (a), the second colomn (b) shows only the related groups (in stead...
  2. M

    Default value combobox

    Hello! I want to set a default value of a combobox ,wich is based on a query, when I load my form. I want to have the first value of the query to set as default. The query is like this SELECT Table.Name FROM Table Could someone help me with this? Greetz, Martijn
  3. M

    Return Value

    I want to make a function that gives a return value, but I don't know how to build one. Could someone help me? Thanx and Greetz
  4. M

    Selection

    I want to do the following but I don't know how to make a query for it. SELECT Costumer.Name, Costumer.ID FROM Costumer WHERE Costumer.Name ='starts with JAN' I want to select all the costumers with the name started with JAN, like JANNSSEN, JANSSEN ect. How can I do that with a query, or mayby...
  5. M

    Select query

    I want to select a query from a list of all queries in my database. How can I do this? Could someone help me? Thanx
Back
Top Bottom