Problem With Combo Box Default Value

  • Thread starter Thread starter John Lane
  • Start date Start date
J

John Lane

For some reason I can't get a combo box on a subform to populate a default
value. Below is the line of code to poplulate it. The comb box is blank. I've
tried fully defining the control but that doesn't work either. Any Ideas?
Thanks.

Me!A_Account.DefaultValue = """7110; Bank Fees"""
 
Well, I figured out it works for a single column combo box. How do I set a
default value for a multi-column combo box? Thanks.
 
Back
Top