Hi,
It may be simple but I could not figure out a way to take care of it.
Simply the problem is...
2 combox on a form, the value in 1st box will give me the row number and the second combo box will define the row name, so that the value can be sent to a text box.
Propably this can be done by a simple SELECT statement or DLOOKUP or maybe using arrays (I saw a cell definiton here by TonyJollans ).
P.S. by SELECT, if I would know how to make this right, that would solve the problem I think.
It should be something like this.
SELECT "rowsname" = cmbrowname, "table", where styleid=cmbtyleid
I know the code has errors but I do not know how to correct it.
Thanks in advance...
It may be simple but I could not figure out a way to take care of it.
Simply the problem is...
2 combox on a form, the value in 1st box will give me the row number and the second combo box will define the row name, so that the value can be sent to a text box.
Propably this can be done by a simple SELECT statement or DLOOKUP or maybe using arrays (I saw a cell definiton here by TonyJollans ).
P.S. by SELECT, if I would know how to make this right, that would solve the problem I think.
It should be something like this.
SELECT "rowsname" = cmbrowname, "table", where styleid=cmbtyleid
I know the code has errors but I do not know how to correct it.
Thanks in advance...