CurrentDb.Execute "UPDATE ValuationDate SET Valdate = Forms![MainScreen].[InputDate].Value;"
tmpvaldate = Forms![MainScreen].[InputDate].Value
CurrentDb.Execute "UPDATE ValuationDate SET Valdate = tmpvaldate;"
both of them didnt work...=(
tmpvaldate = Forms![MainScreen].[InputDate].Value
CurrentDb.Execute "UPDATE ValuationDate SET Valdate = tmpvaldate;"
both of them didnt work...=(