L
lin
I have a question about wild character
If I use a statement ( Like(Forms!Form1!.ID)* ) not giving
me any value in the query.
IF I put value instead of the (Forms!Form1!ID), it is
working.
Do I have to use any other code to get the value .
Example showing below
01 abc
01a 1236
02 258
03an lpk
03 25
I am using a combo for column1. When I click on 01 I have
to display the value of 01 and 01a. Any help. Really
appreciate.
If I use a statement ( Like(Forms!Form1!.ID)* ) not giving
me any value in the query.
IF I put value instead of the (Forms!Form1!ID), it is
working.
Do I have to use any other code to get the value .
Example showing below
01 abc
01a 1236
02 258
03an lpk
03 25
I am using a combo for column1. When I click on 01 I have
to display the value of 01 and 01a. Any help. Really
appreciate.