Updating Combo list

tjones

Registered User.
Local time
Today, 06:51
Joined
Jan 17, 2012
Messages
199
Updating combo list after table open from hyperlink edit

I have completed my database with the help of all you (YEAH - and thanks for all the help).

My issue is that i have several "Add" hyperlinks that open a table in datasheet view to update the combo list if new information is required. This worked fine when the database was in one piece.

However now that I split the database into a back-end/front-end server/client relationship i have encountered a small glitch. The ones installed before the split work fine, but the one I added to the form after the split doesn't work fully, it does still add the new selection to the back-end table but the selection is not available in the list after adding. You have to close/save the database first then on reopen it is available. I tried adding a "refresh" to the macro that opens the table but that did not work. Any suggestions would be very welcome.
 
Last edited:
The sample posted here may be of interest to you and give you some pointers to help you solve your current problem.
 

Users who are viewing this thread

Back
Top Bottom