D
D.LopezIt
I have a textbox which displays data (Only numbers). Then I have a
button that calls a query thats supposed to return all the info from
the recordsource that matches the textbox. This is my query.
SELECT Draw_TBL.[Scope_#], Draw_TBL.[DWG_#], Draw_TBL.DWG_Name,
Draw_TBL.[Arc_DWG_#], Draw_TBL.[Structural_DWG_#], Draw_TBL.[Grid/
Loc], Draw_TBL.[Baker-submittal_#], Draw_TBL.[Baker-submittal_status],
Draw_TBL.[Baker-submittal_date], Draw_TBL.[POJV-submittal_#], Draw_TBL.
[POJV-submittal_status], Draw_TBL.[POJV-submittal_date], Draw_TBL.[BnA-
approval_status], Draw_TBL.[BnA-approval_date], Draw_TBL.DDA_Status,
Draw_TBL.DDA_Date
FROM Draw_TBL
WHERE Draw_TBL.[Scope_#]=Forms!ProjectList![Scope List]; <- Also tried
[Scope_#] but it doesn't work.
Problem is it returns blank. All the fields are there but no data.
button that calls a query thats supposed to return all the info from
the recordsource that matches the textbox. This is my query.
SELECT Draw_TBL.[Scope_#], Draw_TBL.[DWG_#], Draw_TBL.DWG_Name,
Draw_TBL.[Arc_DWG_#], Draw_TBL.[Structural_DWG_#], Draw_TBL.[Grid/
Loc], Draw_TBL.[Baker-submittal_#], Draw_TBL.[Baker-submittal_status],
Draw_TBL.[Baker-submittal_date], Draw_TBL.[POJV-submittal_#], Draw_TBL.
[POJV-submittal_status], Draw_TBL.[POJV-submittal_date], Draw_TBL.[BnA-
approval_status], Draw_TBL.[BnA-approval_date], Draw_TBL.DDA_Status,
Draw_TBL.DDA_Date
FROM Draw_TBL
WHERE Draw_TBL.[Scope_#]=Forms!ProjectList![Scope List]; <- Also tried
[Scope_#] but it doesn't work.
Problem is it returns blank. All the fields are there but no data.