gheyman
Well-known Member
- Joined
- Nov 14, 2005
- Messages
- 2,347
- Office Version
- 365
- Platform
- Windows
Not getting a result
On a form I want to look for a value in a separate table based on a value in a Text box on this form
My table Name is: tblRFPStageLst
I want the Value from: Catagory1
Looking for a Match to the Field: RFP_Stage
The Textbox on the Form is: RFP_StageX
Here is the last thing I tried: =DLookUp("Catagory1","tblRFPStageLst","RFP_Stage=RFP_StageX")
Thanks
On a form I want to look for a value in a separate table based on a value in a Text box on this form
My table Name is: tblRFPStageLst
I want the Value from: Catagory1
Looking for a Match to the Field: RFP_Stage
The Textbox on the Form is: RFP_StageX
Here is the last thing I tried: =DLookUp("Catagory1","tblRFPStageLst","RFP_Stage=RFP_StageX")
Thanks