I have 2 (hopefully) simple things i am trying to accomplish.
1.
I have a field which is formatted: "LAST_NAME, FIRST_NAME".
I would like to make the field be formatted: "FIRST_NAME LAST_NAME" (no comma just a space seperating them).
2.
I have several fields containing dollar values (8.22, 100.10, etc.) and i want to be able to create a column that is the sum of several columns minus the value of another column.
Ex: (deduct + copay + coinsure) - (allowed_amt) = NEW COLUMN
The data is already in a local table in access, not sure if it would be easier to use SQL or VBA to accomplish these tasks.
1.
I have a field which is formatted: "LAST_NAME, FIRST_NAME".
I would like to make the field be formatted: "FIRST_NAME LAST_NAME" (no comma just a space seperating them).
2.
I have several fields containing dollar values (8.22, 100.10, etc.) and i want to be able to create a column that is the sum of several columns minus the value of another column.
Ex: (deduct + copay + coinsure) - (allowed_amt) = NEW COLUMN
The data is already in a local table in access, not sure if it would be easier to use SQL or VBA to accomplish these tasks.