Help!!!

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

Guest

I've set up a form in Access that pulls information from records in one table
to be used in another. It asks for a job number, then pulls up that record.
I need to be able to type in the empty fields located on this form. Does
anyone know how to do this?
 
I've set up a form in Access that pulls information from records in one table
to be used in another. It asks for a job number, then pulls up that record.
I need to be able to type in the empty fields located on this form. Does
anyone know how to do this?

How are the two tables related? You should almost certainly NOT be
copying fields from one table and storing the same data in another
table; the whole point of a relational database is that you enter and
store data ONCE, and then use queries to look it up.

Please explain what you mean by "to be used in another". I suspect
that a Subform will be appropriate, but don't know quite what your
structure is!

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