Dropdown menu prob

samer

Registered User.
Local time
Today, 17:02
Joined
Jan 27, 2004
Messages
38
As you can see in the database I attached, tow tables, in the operation
Form I have got the drop down menu to choose from the Wrkcntr table,
What is happening: each time you will choose from the drop down
Menu it will repeat it self each time , if you change one all of them will
Take the same value . What I wont is to give each new operation a new
Wrkcntr code ML-EL or EL-ML .
 

Attachments

That's the nature of an unbound control in a continuous form. Would it be appropriate to bind that field to Wrkcntr?
 
pbaldy said:
That's the nature of an unbound control in a continuous form. Would it be appropriate to bind that field to Wrkcntr?
You give me an idea, I think it will work, I will add the Wrkcntr
As a control source. Thanks a lot ...
 
Last edited:

Users who are viewing this thread

Back
Top Bottom