A
accessfremont
I have text box which shows a list of employee names to choose in the form.
Near this I have a little edit label. On click, the edit button opens a query
datasheet where I can modify employee names. Once I close this query , the
updates are not reflected in the employee names text box right away.Can you
please tell me how to achieve this.
here is the macro I used.
txtemployeename: on click Open Query
Requery
The control name is employeeID (textbox) for the requery.
Thanks a lot
accessfremont
Near this I have a little edit label. On click, the edit button opens a query
datasheet where I can modify employee names. Once I close this query , the
updates are not reflected in the employee names text box right away.Can you
please tell me how to achieve this.
here is the macro I used.
txtemployeename: on click Open Query
Requery
The control name is employeeID (textbox) for the requery.
Thanks a lot
accessfremont