Recent content by martijn

  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! Sorry but it doesn't work? Any other suggestions? Tanx, Martijn
  3. 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
  4. M

    Return Value

    Thanx, that's what I needed! =
  5. M

    Return Value

    It's not what I mean. In Delphi or C++ this is the body of the return function: Funtion GiveFilename() Return Filenaam End Funtion What the function has to do is return a private variable from a module class
  6. 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
  7. M

    Selection

    Thanx, The code works! Greetz
  8. 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...
  9. M

    Select query

    O ja, What I want to do with it is this: I have a form, I want to select a query with a combo box, and then I want to generate a MS-Word document of the selected query
  10. M

    Select query

    Thanx, that's what i needed!
  11. 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