Efren
|
| Posted: 05/09/2002, 7:20 AM |
|
Hi, i found that CCB3 has format and default values when using hidden boxes...
i define in default "currentdatetime" for my hidden updated box.
i notice that only works when insert... when i try to update dont update my values...
i try setting blank on control source... but dont work...
what can i do... i dont want to set in my database =now()....
|
|
|
 |
Nicole
|
| Posted: 05/10/2002, 5:30 AM |
|
Efren,
it's not a bug. In update mode variable on the form gets the value of the field stored in db. In case you want to assign current date to the field in update mode as well try to create Before Show or Before Update event and assign current date to form field.
|
|
|
 |
Efren Lugo
|
| Posted: 05/13/2002, 2:46 PM |
|
Yep it works good!
|
|
|
 |
|