J
Joseph W Coffman
I have a query that I want to use to update a table from another table. I
need to move the date to the new table (due to a redesign of the database),
but when I test the query I get blank fields. The date in table1 is not
formatted as a date, but as text. I have used the cdate([date paid])
function to do the conversion with no luck to this point. What am I doing
wrong?
The essence of the update is update "datepaid" in "Inventory" from [date
paid] in "commissions" and I am attempting to do this with the CDate or
DateValue functions, neither of which works in the preview mode.
We are running Access 2002
Any suggestions welcomed!
need to move the date to the new table (due to a redesign of the database),
but when I test the query I get blank fields. The date in table1 is not
formatted as a date, but as text. I have used the cdate([date paid])
function to do the conversion with no luck to this point. What am I doing
wrong?
The essence of the update is update "datepaid" in "Inventory" from [date
paid] in "commissions" and I am attempting to do this with the CDate or
DateValue functions, neither of which works in the preview mode.
We are running Access 2002
Any suggestions welcomed!