Record Load?

Yecats131

Registered User.
Local time
Today, 03:09
Joined
Apr 22, 2008
Messages
63
Hello!

I need to have the form evaulate code when a new record is open.... there are a couple of drop down boxes that determine whether or not fields are shown. I want the code to be evaulated every time the user either does a find or browses to a new record.

How do I do this?

Thanks!
 
You will need to put the code in the "On Current" event. You can have the controls set to invisible, then if the values of your combobox meet your requirements, make them visible - done in the after update code of your combo box
 
I have the code working for when the combo box is updated... I just need to have it check the code when the record is loaded.

Stupid question - How do I get to the "on Current" event for the record? :)

Thanks!
 

Users who are viewing this thread

Back
Top Bottom