Hello,
Table name AccTable1
Form name AccTable1
Field name NAMES
1 Multiple people enter data into this database via the FORM
2 In the NAMES field, one, two and possibly more names are entered into one field. Names are sometimes last name only, some enter entire name
3 They seperate the names with a " / " and no space, example
SMITH/JONES
QUESTION;
Is there a way to correct all of the enteries in the NAMES field
by selecting the field in the TABLE View and creating a CODE to
put a SPACE before and after the " / ". Would then look like this
SMITH / JONES
THEN....
Could I put some kind of code into the NAMES field in the FORM VIEW
to automattly put the space before and after the / after they exit that field?
thereby saving the names in the TABLE View the correct way
thanks
Patty
Table name AccTable1
Form name AccTable1
Field name NAMES
1 Multiple people enter data into this database via the FORM
2 In the NAMES field, one, two and possibly more names are entered into one field. Names are sometimes last name only, some enter entire name
3 They seperate the names with a " / " and no space, example
SMITH/JONES
QUESTION;
Is there a way to correct all of the enteries in the NAMES field
by selecting the field in the TABLE View and creating a CODE to
put a SPACE before and after the " / ". Would then look like this
SMITH / JONES
THEN....
Could I put some kind of code into the NAMES field in the FORM VIEW
to automattly put the space before and after the / after they exit that field?
thereby saving the names in the TABLE View the correct way
thanks
Patty