indesisiv
Access - What's that?
- Local time
- Today, 09:09
- Joined
- Jun 13, 2002
- Messages
- 265
Hi there.
I am using a parameter query based on a form BUT i can't seem to get it to refer to a specific column.
If i have the combo box limited to 1 column then it works fine as i don't need to reference the column property.
So what i need to do is reference the combo.column(1).
I know that what i do on a form is use
[Forms]![frmWeekly]![cboUnitName].Column(1)
But that gives me an error.
unidentifed function ??????
Any help would be fantastic
Steve

I am using a parameter query based on a form BUT i can't seem to get it to refer to a specific column.
If i have the combo box limited to 1 column then it works fine as i don't need to reference the column property.
So what i need to do is reference the combo.column(1).
I know that what i do on a form is use
[Forms]![frmWeekly]![cboUnitName].Column(1)
But that gives me an error.
unidentifed function ??????
Any help would be fantastic



Steve


