K
Kon
I want to save a record in a form without going to previous or next record.
I have a button wich says save and when
the user clicks save to save the record. I tried docmd.save but nothing
happened. the me.refresh, me.requery but nothing again.
Besides this, which is the best solution to use for a combo box to requery.
Which event. for example I have
customers tables and when I enter a new one and switch form where the combo
box is which event to use to requery. The combobox is bases on an sql
statement. I tried on get focus, on enter but nothing happened.
Thanks in advance.
I have a button wich says save and when
the user clicks save to save the record. I tried docmd.save but nothing
happened. the me.refresh, me.requery but nothing again.
Besides this, which is the best solution to use for a combo box to requery.
Which event. for example I have
customers tables and when I enter a new one and switch form where the combo
box is which event to use to requery. The combobox is bases on an sql
statement. I tried on get focus, on enter but nothing happened.
Thanks in advance.