List box not updating database.

  • Thread starter Thread starter James Mckillop
  • Start date Start date
J

James Mckillop

I have a Form with a List Box that when I change what is
displayed does not update the record. I know it needs
something like
On change
Update_record

or something like that but I don't remember the syntax.
Any help would be apreciated.

Thanks a lot.

James
 
James Mckillop said:
I have a Form with a List Box that when I change what is
displayed does not update the record. I know it needs
something like
On change
Update_record

or something like that but I don't remember the syntax.
Any help would be apreciated.

Actually no, the ListBox simply needs to be bound to a field in the form's
recordset. Then entries in the ListBox will be saved to the recordset just
as they would with a TextBox or ComboBox.

Unless I'm not understanding the question...
 

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