Everyone:
I would like some help please. I am currently trying to create a Microsoft Access "make" query using the design feature. The following holds true for my senario:
Source Table: FLORENCE SCRUBBER - MAKE
Make Query Name: MAKE - KAUF (PDM)
Key field for query: MATERIAL NUMBER
Destination Table (made table): KAUF - MAKE PDM
I would like to do the following:
If the number of digits equals 11 digits, then select those records and add one zero. ( this should be placed at the beginning of the number)
If the number of digits equals 10 digits, then select those records and add two zero. ( this should be placed at the beginning of the number)
If the number of digits equals 12 digits, then just select the record.
All of these numbers should be put into one table.
Does anyone have a suggestion.
Again this should use the design view of the "Make query" function.
Thanks..
I would like some help please. I am currently trying to create a Microsoft Access "make" query using the design feature. The following holds true for my senario:
Source Table: FLORENCE SCRUBBER - MAKE
Make Query Name: MAKE - KAUF (PDM)
Key field for query: MATERIAL NUMBER
Destination Table (made table): KAUF - MAKE PDM
I would like to do the following:
If the number of digits equals 11 digits, then select those records and add one zero. ( this should be placed at the beginning of the number)
If the number of digits equals 10 digits, then select those records and add two zero. ( this should be placed at the beginning of the number)
If the number of digits equals 12 digits, then just select the record.
All of these numbers should be put into one table.
Does anyone have a suggestion.
Again this should use the design view of the "Make query" function.
Thanks..