Number format / field size

  • Thread starter Thread starter Kitty R
  • Start date Start date
K

Kitty R

I want to set a Primary key with 16 digits - 4 groups of 4 numbers with
spaces between - which I can use in a calculated field to increment.

I have tried every permutation I can think of, can anyone help please?
 
Use 4 separate fields, put contraints so that none of them can exceed 9999,
and concatenate them into a single field in a calculated field in a query.
Use the query wherever you would otherwise have used the table.
 

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