I thought you just nee to save data in that form.
So make such thing, you just need in the Valid event of each of first 3 controls put code to assign value to the 4-th control:
All controls should be bound using ControlSource property, however.
Thanks for your input. I am still a bit confused as to how to implement your solution
Let me briefly re-state my issue
A user inputs three fields on on a form. Those fields
are added to the VFP table.
Just as those fields are added, a 4th field should
also be added which adds the contents of the first 3
fields.
The first field is my autonumber "driverid" Integer
field
The second field is a driver "name" Character field
The third field is a driver "type" Character field
The fourth field should be "driverid"+"name"+"type"
So an end result should be someting like
343JonesCourier
Where is the InteractiveChange of each control?
I am a little confused as to the meaning of the
replace code listed below.
Where and what is the refresh method for these
controls?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.