creating an automatic stock number from another field

  • Thread starter Thread starter eharris
  • Start date Start date
E

eharris

I'm working on a database to use for my own business. Is
there any way to automatically create text in a field
using part of the text from another field? I've been
trying everything I can think of.
 
You need to set up a variable which temporarily saves the source text, then
stores it in the object location. \

However, relational design accomplishes this result for you, without the
necessity of creating special codes. Set up your relational table structure
correctly. Parent Primary Key fields become Foreign Key fields in child
tables.
 

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