Hello!
I have to fill out a form, if a field is already present in the database can automatically fill in other fields. Basically I have a table with field WorkOrder (cod_odl) and fields such as, (name) (address), (tel) etc. .. If completing a new Form I insert the field (cod_cli) and this is already in the db, I can automatically populate the remaining fields as: (name) (address), (tel), etc..
Thank you.
Michele