Help with Combo Box Update (1 Viewer)

darrenislearning

New member
Local time
Today, 12:10
Joined
Aug 9, 2021
Messages
24
Hi, I have a deactivate user form and the form is able to update the deactivation status.

However, I faced this problem and need some advise
1) After I update, my tblUser first record user name is changed (E.g. after i update amy, the first row record user will change to amy and I will have 2 amy)
2) How to have "Please Select" before showing the list of user
E.g. Please Select
May
Amy
Mable
3) How to set user combo box to "Please Select" as default value after update
 

Attachments

  • Test.accdb
    648 KB · Views: 170

arnelgp

..forever waiting... waiting for jellybean!
Local time
Today, 12:10
Joined
May 7, 2009
Messages
19,229
is this what you meant.
 

Attachments

  • Test (8).accdb
    672 KB · Views: 158

Pat Hartman

Super Moderator
Staff member
Local time
Today, 00:10
Joined
Feb 19, 2002
Messages
43,233
You need to use the ID for the where clause NOT a data field, especially one that is not defined as unique. That means that you need to change the RowSource query to select the autonumber as the first field. Change the column count, And, set the contol length of the ID field to 0 to hide it.

I don't know what arnel did for you because I never look at "try this" solutions.
 

Users who are viewing this thread

Top Bottom