Hi
I have an Employee table in Access database.
It has fields
Empno, EmpId, DeptNo, Loc, Salary , Manager_id
It has close to 88,000 records in it
I would like to query the data with a recordset and later
I would like to dump all the data into a Note pad
Each field needs to be separated by ";" symbol
How could I do it
Could some one please suggest a VBA code for that
thanks
I have an Employee table in Access database.
It has fields
Empno, EmpId, DeptNo, Loc, Salary , Manager_id
It has close to 88,000 records in it
I would like to query the data with a recordset and later
I would like to dump all the data into a Note pad
Each field needs to be separated by ";" symbol
How could I do it
Could some one please suggest a VBA code for that
thanks