ComboBox problem in bound form using parameter

  • Thread starter Robert M via AccessMonster.com
  • Start date
R

Robert M via AccessMonster.com

I recently converted a form which was bound to a table to being bound to a
parameter query. So far everything is working fine except the following:
When I move to a 'new' record the first field for data entry is a bound
ComboBox which doesn't retain the value AfterUpdate. In fact ,after checking
further, I found that none of the ComboBoxes retain their values AfterUpdate
until some other type of field is updated first such as a chkBox or text
field. Everything was working ok until the parameter query change which was
necessary. Anybody have an idea as to what might be wrong with this?
 
A

Adam Turner via AccessMonster.com

Robert said:
I recently converted a form which was bound to a table to being bound to a
parameter query. So far everything is working fine except the following:
When I move to a 'new' record the first field for data entry is a bound
ComboBox which doesn't retain the value AfterUpdate. In fact ,after checking
further, I found that none of the ComboBoxes retain their values AfterUpdate
until some other type of field is updated first such as a chkBox or text
field. Everything was working ok until the parameter query change which was
necessary. Anybody have an idea as to what might be wrong with this?

Algorithm update?
 
R

Robert M via AccessMonster.com

Adam said:
I recently converted a form which was bound to a table to being bound to a
parameter query. So far everything is working fine except the following:
[quoted text clipped - 4 lines]
field. Everything was working ok until the parameter query change which was
necessary. Anybody have an idea as to what might be wrong with this?

Algorithm update?

Nevermind. Stupid programmer mistake. Thanks anyway.
 

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

Top