Add/Edit

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a pulldown box that is link to a table for the list of selections.
Next to the box is an Add/Edit button that launches into the list table. When
I make changes to the table, the pulldown does not show the update until I
exit and relaunch the program.

Any suggestions are appreciated.
 
hi,
I have a pulldown box that is link to a table for the list of selections.
Next to the box is an Add/Edit button that launches into the list table. When
I make changes to the table, the pulldown does not show the update until I
exit and relaunch the program.
Add a

cboPulldownBox.Requery

in the event code of the Add/Edt button.


mfG
--> stefan <--
 
Currently I have a macro in the onclick event that opens the form and does a
requery. The add/edit launches the separate form. After saving, I need the
combo box in the original form to update with the new information.

It seems that on the save of the add/edit form, a requery is required but
I'm not sure where.

Any other suggestions?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top