Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Updating a bound combo box
Message
From
12/09/2001 14:05:10
 
 
To
12/09/2001 14:00:09
General information
Forum:
Microsoft Office
Category:
Access
Miscellaneous
Thread ID:
00554864
Message ID:
00555618
Views:
13
me.text1.value = me.mycombo.listindex + 1
otherwise I was getting the wrong employee.
>
>Doing that made it work except for the first employee whose list index is 0. When I use any other employee it works ok but if I use the first employee, it doesn't find them when the form refreshes.

What are you using to restore to select the correct employee again? I noticed that the ListIndex property is read-only (I am used to VB where you can change it)

Whatever you are using, try saving it without adding 1 and setting it back to the saved value + 1.


I am using:
Me!MyCombo.Value = Me.Text1.Value
to restore the employee.
Here's to alcohol...the cause of ... and solution to ... all of life's problems - - Homer J. Simpson
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform