G
Guest
HI ,
I want to make a query for search by enter a value from a column.I maked
this with this code [Enter a value] writed on criteria field of the column.
But now I want this search to be on 2 columns at the same time.
Example :
I have table Connections with columns Application1 and column Application2.
I put [Enter a Application] on the criteria field of column Application1
and this show me the Applications wich I want in column Appication1.
How to make this search to show me the Application wich I want from columns
Application1 and Application2 without ask me to enter the Application for the
second column ?
How to put the value which I used for the first search in the criteria of
the second column ?
I tried with this code for the AND criteria field of the second column
Connections.Application1=Connections.Application2 but this doesn't work !
Please help !!!
Thank you in advance !
I want to make a query for search by enter a value from a column.I maked
this with this code [Enter a value] writed on criteria field of the column.
But now I want this search to be on 2 columns at the same time.
Example :
I have table Connections with columns Application1 and column Application2.
I put [Enter a Application] on the criteria field of column Application1
and this show me the Applications wich I want in column Appication1.
How to make this search to show me the Application wich I want from columns
Application1 and Application2 without ask me to enter the Application for the
second column ?
How to put the value which I used for the first search in the criteria of
the second column ?
I tried with this code for the AND criteria field of the second column
Connections.Application1=Connections.Application2 but this doesn't work !
Please help !!!
Thank you in advance !