list box not refreshing

  • Thread starter Thread starter May
  • Start date Start date
M

May

Frist, are you using before_update on the form to update
data into the list box, i need to know how you update data
into list box

May
MCP in Access and SQL Server
 
I do not use before update, I am using a save routine.
In the save routine I update the recordset. rst.edit

rst!txt_field = something

rst.update

rst.close

set rst =- nothing

dbs.close

listbox.requery

me.refresh
I update by calling the save routine.
 
Just double check you are calling a correct list box,
mine is working fine

May
MCP in Access and SQL Server
 
Back
Top