dab1477
Board Regular
- Joined
- Jul 30, 2002
- Messages
- 65
Thanks in advance for the assist.
I have a want to pull the following information from a data table.
Part number and Machine number.
I created an inital query for Part Number. I enter the part number using [Enter Part Number] in my criteria for Part Number and the query correctly returns all records for that part number. This part works as designed.
My 2nd step is to create a 2nd query that will look at the 1st query above and allow me to use [Enter Machine Number] in the Machine Number query. This field is a text field in the data table because I use an alpha-numeric designation for the work station (i.e. R1B which stands for Robot 1, side b). When I enter R1B into my parameter box - [Enter Machine], I get NO results, but I know from looking at my data table that there are 2 records with R1B and the desired part number.
What am I doing wrong in the 2nd query? Can I do both requests from a single query? I have been unsuccessful entering both [Enter Part Number] and [Enter Machine] within the same query. I get NO records, but I know records exist within the data table.
I have a want to pull the following information from a data table.
Part number and Machine number.
I created an inital query for Part Number. I enter the part number using [Enter Part Number] in my criteria for Part Number and the query correctly returns all records for that part number. This part works as designed.
My 2nd step is to create a 2nd query that will look at the 1st query above and allow me to use [Enter Machine Number] in the Machine Number query. This field is a text field in the data table because I use an alpha-numeric designation for the work station (i.e. R1B which stands for Robot 1, side b). When I enter R1B into my parameter box - [Enter Machine], I get NO results, but I know from looking at my data table that there are 2 records with R1B and the desired part number.
What am I doing wrong in the 2nd query? Can I do both requests from a single query? I have been unsuccessful entering both [Enter Part Number] and [Enter Machine] within the same query. I get NO records, but I know records exist within the data table.