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
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