P
Pegawars
I have a combobox with 4 columns.
i want the use the value of column 4 as a criteria in a query.
I used this lines and non of them is working
[Forms]![frm-Name]![combo1.column(3)]
[Forms]![frm-Name]![combo1].[column(3)]
[Forms]![frm-Name]![combo1]![column(3)]
When i put the value first in a txtbox and i use that value from the
txtbox it's working fine.
[Forms]![frm-Name]![txtbox1]
What am i doing wrong?
Please help.
Thanx
i want the use the value of column 4 as a criteria in a query.
I used this lines and non of them is working
[Forms]![frm-Name]![combo1.column(3)]
[Forms]![frm-Name]![combo1].[column(3)]
[Forms]![frm-Name]![combo1]![column(3)]
When i put the value first in a txtbox and i use that value from the
txtbox it's working fine.
[Forms]![frm-Name]![txtbox1]
What am i doing wrong?
Please help.
Thanx