Autofill a text box

methodmza_uk

Registered User.
Local time
Today, 19:36
Joined
Nov 18, 2005
Messages
13
Hi guys,

I have a form and want to add some programming so that when I view a record a text box in there is auto filled depending on an if statement.

The auto fill will take info from other records within the form.

Any ideas please
 
Try in the activate form:

If [field name].value = "anything" then
Yourfield = "what you want"
else
...
endif
 

Users who are viewing this thread

Back
Top Bottom