Combo Box/Record Selector Solution Reqd

  • Thread starter Thread starter John Castle
  • Start date Start date
J

John Castle

I have a form with a working combo box used for selecting
the records required. When I use the record selectors at
the bottom of the form, the combo box value does not
update. How can I fix this simply?
 
Presumably your combobox is unbound, so you'll have to manually update the
value in the OnCurrent event of the form.

HTH

--
Rebecca Riordan, MVP

Designing Relational Database Systems
Microsoft SQL Server 2000 Programming Step by Step
Microsoft ADO.NET Step by Step

http://www.microsoft.com/mspress

Blessed are they who can laugh at themselves,
for they shall never cease to be amused...
 
Back
Top