hi as of right now im filtering my subform with
WAREHOUSE_listview.Form.RecordSource = "SELECT * from master_inventory WHERE ([tblinvpn] = frminvitem & [tblinvgr_flag] = frmwhsegroup)"
can soemone tell me whats wrong with my part that says :
[tblinvpn] = frminvitem & [tblinvgr_flag] = frmwhsegroup
? i know its probably wrong, was just curious if anyone knew the solution to this, thanks
WAREHOUSE_listview.Form.RecordSource = "SELECT * from master_inventory WHERE ([tblinvpn] = frminvitem & [tblinvgr_flag] = frmwhsegroup)"
can soemone tell me whats wrong with my part that says :
[tblinvpn] = frminvitem & [tblinvgr_flag] = frmwhsegroup
? i know its probably wrong, was just curious if anyone knew the solution to this, thanks