Moonshine
Registered User.
- Local time
- Today, 22:32
- Joined
- Jan 29, 2003
- Messages
- 125
Hi
Ive got a continous forum, with several fields on there. They all look at the same table, and are populated after a OnClick event. However, there is one field that is there, but its not linked to anything on the table.
This is the description of a piece of equipment, only the Description CODE is held in the table, the Desciption itself is held in another table.
What i want it to do is update the field of description on the form from the CODE. Ive tried a couple of after update and lost focus events but it doesnt work..
is there any other way i could get it to populate the field?
PS: I tried putting it on the OnClick event of the button after all the processing is done, but as there are generally more than one Items on the form, it proceeds to update each description with the first.. which of course is wrong
Ive got a continous forum, with several fields on there. They all look at the same table, and are populated after a OnClick event. However, there is one field that is there, but its not linked to anything on the table.
This is the description of a piece of equipment, only the Description CODE is held in the table, the Desciption itself is held in another table.
What i want it to do is update the field of description on the form from the CODE. Ive tried a couple of after update and lost focus events but it doesnt work..
is there any other way i could get it to populate the field?
PS: I tried putting it on the OnClick event of the button after all the processing is done, but as there are generally more than one Items on the form, it proceeds to update each description with the first.. which of course is wrong