Automatic actualization

BayesTex

New member
Local time
Today, 16:12
Joined
Oct 3, 2004
Messages
9
:rolleyes: Hi everybody,

Be patience, I am newbie.

How can I do automatic actualization of some fields that depends on other field?
I mean, I have several empty fields, and when I fill one specific field, the other fields that depend from it, get its value too, automatically.

Thanks in advance,
 
BayesTex said:
:rolleyes: Hi everybody,

Be patience, I am newbie.

How can I do automatic actualization of some fields that depends on other field?
I mean, I have several empty fields, and when I fill one specific field, the other fields that depend from it, get its value too, automatically.

Thanks in advance,

You need to be alot clearer in what you are trying to ask.

If you are talking about fields in the same table. In the afterupdate (of the field), you could just do

myField1 = myField2

(rightclick field, go to properties, go to afterupdate, and run the visual basic editor)
 

Users who are viewing this thread

Back
Top Bottom