dirty and combo box

dvh

Registered User.
Local time
Today, 21:49
Joined
Aug 23, 2006
Messages
28
Hi all
i have a combo box on a form bound to a table with the source from another table. It works fine!
what is interesting to me is that when i move the focus to this combo, the form becomes dirty though i havent made any changes?
Could anyone enlighten me on this? is there any workaround cos i'm using BeforeUpdate event based on dirty?
Thank you:)
 
There has to be something else going on here as just moving to a combo will not dirty a form. Have you checked for any code that sets a default value or something?

If you can post it here it would be easier to troubleshoot.
 
hi
i found the problem...its the date format i use b4 entering the combo box...thanks
 

Users who are viewing this thread

Back
Top Bottom