Record Source Format

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am using a combo box and inputting the values that I want to select as
follows:
Ph.D.; M.S.; Ph.D., J.D.; Esq.;

When I enter the "Ph.D., J.D.", it is putting a semicolon between the two
selections. I want this to be one complete selection. I have tried
everything I can think of to make the drop down list show "Ph.D., J.D."
Help! Thanks in advance.
 
MamaHart said:
I am using a combo box and inputting the values that I want to select as
follows:
Ph.D.; M.S.; Ph.D., J.D.; Esq.;

When I enter the "Ph.D., J.D.", it is putting a semicolon between the two
selections. I want this to be one complete selection. I have tried
everything I can think of to make the drop down list show "Ph.D., J.D."
Help! Thanks in advance.

Try...

"Ph.D."; "M.S."; "Ph.D., J.D."; "Esq.";
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top