Are Inch marks possible in a table/form?

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

Guest

I'm designing a database for a daylilly grower. I want to include a field in
a table that indicates the grown plant height and another for bloom size. I
have tried to insert a default value of 1" in design view, but I get an error
message that says that my expression has an invalid string--I assume because
of the inch (quotation) mark.

I've also tried to do a Lookup Table with different measurements (6" etc),
but the drop-down list includes a semicolon after the inch mark.

Is there a way to include the inch mark (quotation mark) in a field without
triggering an error message or getting extra symbols?
 
I'm designing a database for a daylilly grower. I want to include a field in
a table that indicates the grown plant height and another for bloom size. I
have tried to insert a default value of 1" in design view, but I get an error
message that says that my expression has an invalid string--I assume because
of the inch (quotation) mark.

I've also tried to do a Lookup Table with different measurements (6" etc),
but the drop-down list includes a semicolon after the inch mark.

Is there a way to include the inch mark (quotation mark) in a field without
triggering an error message or getting extra symbols?

As default field value in a Text datatype field:

"1"""
 

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