Twitter iPhone pliant OnePlus 11 PS5 Disney+ Orange Livebox Windows 11

Parameter in Query

6 réponses
Avatar
Fred's
Hello,

I have a query and the query I have suppliers and each supplier have
an unique supplier number, for example: 2133V

How I can put a parameter in order to see the supplier number as 2133
(without the "V')

Thank you for your help!

Fred's

6 réponses

Avatar
Eric
Hello,

On the field NumberSupplier, put in criteria :
Like [Give a number] & "V"

Fred's a écrit :
Hello,

I have a query and the query I have suppliers and each supplier have
an unique supplier number, for example: 2133V

How I can put a parameter in order to see the supplier number as 2133
(without the "V')

Thank you for your help!

Fred's



--
A+
Eric
http://www.mpfa.info/
Archives : http://groups.google.fr/group/microsoft.public.fr.access?hl=fr
Avatar
Fabien
Fred's a écrit :
Hello,

I have a query and the query I have suppliers and each supplier have
an unique supplier number, for example: 2133V

How I can put a parameter in order to see the supplier number as 2133
(without the "V')

Thank you for your help!

Fred's


Hi
With the left(string,lenght) function
Select Left(Supplier_Number,len(supplier_number)-1) as Num_Supplier from
Table
Avatar
Eric
Bonjour Fabien,

Je savais pas comment la prendre cette question. Le Parameter dans le
titre me génait un peu.

Fabien a écrit :
Fred's a écrit :
Hello,

I have a query and the query I have suppliers and each supplier have
an unique supplier number, for example: 2133V

How I can put a parameter in order to see the supplier number as 2133
(without the "V')

Thank you for your help!

Fred's


Hi
With the left(string,lenght) function
Select Left(Supplier_Number,len(supplier_number)-1) as Num_Supplier from
Table




--
A+
Eric
http://www.mpfa.info/
Archives : http://groups.google.fr/group/microsoft.public.fr.access?hl=fr
Avatar
Fabien
Eric a écrit :
Bonjour Fabien,

Je savais pas comment la prendre cette question. Le Parameter dans le
titre me génait un peu.

Fabien a écrit :
Fred's a écrit :
Hello,

I have a query and the query I have suppliers and each supplier have
an unique supplier number, for example: 2133V

How I can put a parameter in order to see the supplier number as 2133
(without the "V')

Thank you for your help!

Fred's


Hi
With the left(string,lenght) function
Select Left(Supplier_Number,len(supplier_number)-1) as Num_Supplier
from Table






Salut Eric,
Ben pour ma part j'avions cru comprendre qu'il souhaitait se débarasser
du 'V' en fin de champs. Mais pas trés confiant dans mon interprétation
;-), j'ai préféré ôter mon post en lisant le tien :-))
@+
pour un nouveau travail d'équipe ;-)
Avatar
Eric
Fabien a écrit :
Salut Eric,
Ben pour ma part j'avions cru comprendre qu'il souhaitait se débarasser
du 'V' en fin de champs. Mais pas trés confiant dans mon interprétation
;-), j'ai préféré ôter mon post en lisant le tien :-))




Ben, non car je crois que c'est toi qui est dans le vrai. L'avenir nous
le dira ;-)
--
A+
Eric
http://www.mpfa.info/
Archives : http://groups.google.fr/group/microsoft.public.fr.access?hl=fr
Avatar
Dr Jekyll
Je dirai même:

The future will see...
"Eric" a écrit dans le message de news:
eoF%
Fabien a écrit :
Salut Eric,
Ben pour ma part j'avions cru comprendre qu'il souhaitait se débarasser
du 'V' en fin de champs. Mais pas trés confiant dans mon interprétation
;-), j'ai préféré ôter mon post en lisant le tien :-))




Ben, non car je crois que c'est toi qui est dans le vrai. L'avenir nous le
dira ;-)
--
A+
Eric
http://www.mpfa.info/
Archives : http://groups.google.fr/group/microsoft.public.fr.access?hl=fr