F
FergusonH
Hi. I have a macro that imports a xls as a table and runs several queries,
etc. for users. I need to have a field in that xls. converted to a date.
When I manually change the field from numeric to date/time in table design,
it works fine. But I want this to happen via a "button" for my users. I
tried to run the below sql, but then I get a conversion error and the field
contents are deleted.
The table name is "BadDebt" the field i'm trying to format is "Process"
UPDATE BadDebt SET BadDebt.PROCESS = Format(([BadDebt]![Process]),"dd mmmm
yyyy");
Thanks in advance!
etc. for users. I need to have a field in that xls. converted to a date.
When I manually change the field from numeric to date/time in table design,
it works fine. But I want this to happen via a "button" for my users. I
tried to run the below sql, but then I get a conversion error and the field
contents are deleted.
The table name is "BadDebt" the field i'm trying to format is "Process"
UPDATE BadDebt SET BadDebt.PROCESS = Format(([BadDebt]![Process]),"dd mmmm
yyyy");
Thanks in advance!