I have a access database name:MainDataba se
A table inside this name:All_Table
A field inside this table,name:Logi n_Account
Structure of data in that field is:DOM\xyz
My question is:
How can i split this fiels value to get only'xyz'in a recordset.
Hope for some vba code and Thanks in advance.
A table inside this name:All_Table
A field inside this table,name:Logi n_Account
Structure of data in that field is:DOM\xyz
My question is:
How can i split this fiels value to get only'xyz'in a recordset.
Hope for some vba code and Thanks in advance.
Comment