pop
07-28-2009, 09:42 AM
I have a text box which get value in a form which takes its value from a table, which looks like this :
=[Forms]![frmRequest]![cboAsk].[Column](1)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:
=[Forms]![frmRequest]![cboFrom].[Column](5).[Column](1)What should I use as formula?
Thanks,
Cope
=[Forms]![frmRequest]![cboAsk].[Column](1)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:
=[Forms]![frmRequest]![cboFrom].[Column](5).[Column](1)What should I use as formula?
Thanks,
Cope