D
Dennis Snelgrove
I've got a form which has a listbox with 4 columns of information. I need to
base the criteria for a query on the second column of this listbox. I've
used the Builder to get the reference to the listbox, but once I add the
"Column(1)", it suddenly doesn't seem to understand the reference. I'm using
this as a reference in the criteria of the query:
Forms![frmPrintTimesheetNumber]![lstTimesheetNumbers]
This criteria the query understands, but I need the second column, not the
first. Any suggestions? I've tried these, to no avail:
Forms![frmPrintTimesheetNumber]![lstTimesheetNumbers]![Column(1)]
Forms![frmPrintTimesheetNumber]![lstTimesheetNumbers].Column(1)
Thanks...
base the criteria for a query on the second column of this listbox. I've
used the Builder to get the reference to the listbox, but once I add the
"Column(1)", it suddenly doesn't seem to understand the reference. I'm using
this as a reference in the criteria of the query:
Forms![frmPrintTimesheetNumber]![lstTimesheetNumbers]
This criteria the query understands, but I need the second column, not the
first. Any suggestions? I've tried these, to no avail:
Forms![frmPrintTimesheetNumber]![lstTimesheetNumbers]![Column(1)]
Forms![frmPrintTimesheetNumber]![lstTimesheetNumbers].Column(1)
Thanks...