I'm not sure if I'm getting this quite right, so please correct me;
You have a combo box on your form which just displays the current user.
This is used to add the user's name to each new record.
I've not tried this out myself, but how about using a text box & setting the default value to the current user (basically the same as the row source for the combo)?
Sharon