i would like all data that is entered into a specific column to always have a trailing comma and also i need the first character to always be a comma. how do i do this? the best solution is probably not in vba or sql but probably the properties of the table?
Share
Consider whether you actually need those leading and trailing commas stored in the table. You can include them in a query whenever you need them.
If you really need the commas stored with the field, consider a form with a Before Update event to require the commas.