ComboBox problem in bound form using parameter

  • Thread starter Thread starter Robert M via AccessMonster.com
  • Start date 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?
 
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?
 
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.
 
Back
Top