Hello VBForums
Hello every one
Please Gentelman if you can help me to resolve this problem
In my Table1 i have two fields ( Id - Factory )
In the factory field I have several records ( Pen - Book - Notebook )
How to add ( Where Book ) to this query :
Thank you in advance for help
Cordially
MADA
Hello every one
Please Gentelman if you can help me to resolve this problem
In my Table1 i have two fields ( Id - Factory )
In the factory field I have several records ( Pen - Book - Notebook )
How to add ( Where Book ) to this query :
Code:
RS.Open "Select Count([Factory]) as RowsTotal From Table1 Where [Factory]<>''", DB, adOpenStatic, adLockPessimistic
Cordially
MADA