B
Bob Barnes
If I needing Manufacturing Shift data,
in my Query grid, i can use something like..
[Forms]![frmMain]![GoShift]....
....where "GoShift" is an unbound textbox on the Form "frmMain".
So, when "GoShift" is 1 or 2, the Query returns data for the Selected Shift.
If I leave out...
[Forms]![frmMain]![GoShift]...It brings in Both Shifts.
Can I use the same Query w/ a "[Forms]![frmMain]![GoShift]" type entry to
get all 3 possible "Shifts" = 1, 2 and Both???
TIA - Bob
in my Query grid, i can use something like..
[Forms]![frmMain]![GoShift]....
....where "GoShift" is an unbound textbox on the Form "frmMain".
So, when "GoShift" is 1 or 2, the Query returns data for the Selected Shift.
If I leave out...
[Forms]![frmMain]![GoShift]...It brings in Both Shifts.
Can I use the same Query w/ a "[Forms]![frmMain]![GoShift]" type entry to
get all 3 possible "Shifts" = 1, 2 and Both???
TIA - Bob