C
clara
I need to replace a date in one table of my database. I made the following
code: Dim ApptDate As String
ApptDate = Replace("Forms!ModificarFecha!FechaActual",
"Forms!ModificarFecha!NuevaFecha")
It doesn´t work. The message is: it´s not an optional argument. Please, Help.
code: Dim ApptDate As String
ApptDate = Replace("Forms!ModificarFecha!FechaActual",
"Forms!ModificarFecha!NuevaFecha")
It doesn´t work. The message is: it´s not an optional argument. Please, Help.