M
Mark K
I am fairly new to Access programing a was hope someone
could point me in the right direction. I have a simple
form consisting of an unbound text box that will allow a
small value (code) to be typed and added to a master code
list box that has an underlying table (tblSystemCodes)
using an ADD button. After the the value is added I need
the list box to refresh to show all the records from the
tblSystemCodes. Also need to Delete the selected value in
the list box when the Delete button is clicked.
I have the 'Add' button working to the point where the new
record is added to the table but the list box does not
reflect this. I know there must be a simple solution but
I'm not finging it.
Thanks
could point me in the right direction. I have a simple
form consisting of an unbound text box that will allow a
small value (code) to be typed and added to a master code
list box that has an underlying table (tblSystemCodes)
using an ADD button. After the the value is added I need
the list box to refresh to show all the records from the
tblSystemCodes. Also need to Delete the selected value in
the list box when the Delete button is clicked.
I have the 'Add' button working to the point where the new
record is added to the table but the list box does not
reflect this. I know there must be a simple solution but
I'm not finging it.
Thanks