Get data from a table in a table

pop

Registered User.
Local time
Today, 15:56
Joined
Jun 1, 2009
Messages
13
I have a text box which get value in a form which takes its value from a table, which looks like this :
Code:
=[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). The table in the other table can have multiple values. So how can I take that value, I tried this but it didn't worked:
Code:
=[Forms]![frmRequest]![cboFrom].[Column](5).[Column](1)
What should I use as formula?

Thanks,

Cope
 
Yes, but I had no answer in the other section for 2 days, but had one in 30 min in this, sorry for the double post but I need an answer fast.
 
Yes, but I had no answer in the other section for 2 days, but had one in 30 min in this, sorry for the double post but I need an answer fast.
I would have to ask why you first put your issue in the Report forum? It does not seem to be related to Reports in any way.
 
Well, it was for a report haha, shouldn't post it there.
 

Users who are viewing this thread

Back
Top Bottom