D
Dennis
I have two tables, one generates a sequential auto number and the other has
this number as a text field. I am trying to link the number/text fields of
the two tables.
Can I change the query some way so that it recognizes the two as the same or
change the table with text to a number and still keep the format. Followingis
the Query SQL and the table field data from each:
SELECT DISTINCT [TBL IQREVIEW].CSPL_NO, [TBL CSPL NUMBER
TRACKING].CSPL_PKG_STATUS
FROM [TBL CSPL NUMBER TRACKING] INNER JOIN [TBL IQREVIEW] ON [TBL CSPL
NUMBER TRACKING].CSPL_NO = [TBL IQREVIEW].CSPL_NO;
TBL NMP CSPL NUMBERTRACKING TABLE/CSPL_NO table info:
Data Type: AUTONUMBER; Field Size: Long Integer; New Values: Increment;
Format: “N-“00000.
TBL IQREVIEW DOWNLOAD AP-913 CRITICAL COMPONENT TABLE/CSPL_NO table info:
Data Type: Text; Field Size: 10; Input Mask: >â€N-“#####; Allow Zero Length:
Yes; Indexed: No; Unicode Compression: Yes; IME Mode: No Control; IME
Sentence Mode: None.
any help would be appreciated!
Thank you,
Dennis
this number as a text field. I am trying to link the number/text fields of
the two tables.
Can I change the query some way so that it recognizes the two as the same or
change the table with text to a number and still keep the format. Followingis
the Query SQL and the table field data from each:
SELECT DISTINCT [TBL IQREVIEW].CSPL_NO, [TBL CSPL NUMBER
TRACKING].CSPL_PKG_STATUS
FROM [TBL CSPL NUMBER TRACKING] INNER JOIN [TBL IQREVIEW] ON [TBL CSPL
NUMBER TRACKING].CSPL_NO = [TBL IQREVIEW].CSPL_NO;
TBL NMP CSPL NUMBERTRACKING TABLE/CSPL_NO table info:
Data Type: AUTONUMBER; Field Size: Long Integer; New Values: Increment;
Format: “N-“00000.
TBL IQREVIEW DOWNLOAD AP-913 CRITICAL COMPONENT TABLE/CSPL_NO table info:
Data Type: Text; Field Size: 10; Input Mask: >â€N-“#####; Allow Zero Length:
Yes; Indexed: No; Unicode Compression: Yes; IME Mode: No Control; IME
Sentence Mode: None.
any help would be appreciated!
Thank you,
Dennis