I have a text box which get value in a form which takes its value from a table, which looks like this :
from there its ok, but my problem is that I have a Data type that takes it data from a table (table in a table). So how can I take that value, I tried this but it didn't worked:
What should I use as formula?
Thanks,
Cope
Code:
=[Forms]![frmRequest]![cboAsk].[Column](1)
Code:
=[Forms]![frmRequest]![cboFrom].[Column](5).[Column](1)
Thanks,
Cope