manix
Registered User.
- Local time
- Today, 07:15
- Joined
- Nov 29, 2006
- Messages
- 100
Hi All,
I have looked through various threads and have not found an answer to this one:
I have a couple of fields on a form that take their values from a separate table. The fields are locations. If the user cannot find the location they need in the lookup, they can click a button to add their own. Thus a new form is launched that can be completed to add to the table that contains the values for the lookup.
I have designed it this way because the likelyhood is others will want to use these locations in the future and therefore we have a complete and growing list. Now this works well, accept the list is not updated instantly and so the user cannot select the location they have just added.
I suppose there are two options:
1. Some code that updates the lookup list, the second the table (containing the look up data) is updated.
OR
2. Some code that automatically enters the users addtion into the field on the original form.
I would prefer 1. as it would be easier to manage (I think!
)
Can anyone offer their input?
Thanks,
I have looked through various threads and have not found an answer to this one:
I have a couple of fields on a form that take their values from a separate table. The fields are locations. If the user cannot find the location they need in the lookup, they can click a button to add their own. Thus a new form is launched that can be completed to add to the table that contains the values for the lookup.
I have designed it this way because the likelyhood is others will want to use these locations in the future and therefore we have a complete and growing list. Now this works well, accept the list is not updated instantly and so the user cannot select the location they have just added.
I suppose there are two options:
1. Some code that updates the lookup list, the second the table (containing the look up data) is updated.
OR
2. Some code that automatically enters the users addtion into the field on the original form.
I would prefer 1. as it would be easier to manage (I think!

Can anyone offer their input?
Thanks,
