Using Access 2003
Table1
EmpID Name city
101 Raja Sydney
102 Ram Melbourne
103 Ravi Adelaide
101
102
103
So on…,
I want to update or select the same name, city for the blank Empid’s
Expected Output
EmpID Name city
101 Raja Sydney
102 Ram Melbourne
103 Ravi Adelaide
101 Raja Sydney
102 Ram Melbourne
103 Ravi Adelaide
So on...,
How do I make a query for this condition?