Auto fill of columns

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

Guest

I'm trying to create a spreadsheet where I can enter a person's name and it
will automatically enter their department and charge number. Is there any
way to do this?
Thanks.
 
I'm trying to create a spreadsheet where I can enter a person's name and it
will automatically enter their department and charge number. Is there any
way to do this?
Thanks.

Are you trying to create a Spreadsheet in Microsoft Excel? Or a Table,
in Microsoft Access? They are different programs with different
requirements.

If you are using Access, note that you should NOT copy department and
charge number from one table and store it redundantly in a different
table. Instead, you can create a Query to link the personnel table
(with these fields) to some other table. Also, you should not be
working directly in table datasheet view; that's just for debugging.
Use a Form instead.

John W. Vinson[MVP]
 

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