A
ali
I have a table: (Dummy Scenario)
-ID
-Name
-Join_Date
-Remark
-------------------------------------------------------------------------------------
I'd like to:
Retrieve all entries where the name contains "LEN" ,
so names such as "ALLEN", "LENNY", "LENUS" etc.. should be returned.
(In SQL, we write --> where the name LIKE "*LEN*", )
-------------------------------------------------------------------------------------
My question:
1) how can i do it in a form ?
2) Is that possible to return all results into a "DataGrid" in MS Access
form ? if so , how ?
Dear expert, thanks a lot !
-ID
-Name
-Join_Date
-Remark
-------------------------------------------------------------------------------------
I'd like to:
Retrieve all entries where the name contains "LEN" ,
so names such as "ALLEN", "LENNY", "LENUS" etc.. should be returned.
(In SQL, we write --> where the name LIKE "*LEN*", )
-------------------------------------------------------------------------------------
My question:
1) how can i do it in a form ?
2) Is that possible to return all results into a "DataGrid" in MS Access
form ? if so , how ?
Dear expert, thanks a lot !