Create a Data Entry Form From a query

Z

zufie

Hi,

I am trying to Create a Data Entry Form From a query.

The data would feed values to two tables composing the query.

Is it possible to do this?

Any suggestions?

Thanks in advance!,

John
 
J

John W. Vinson

Hi,

I am trying to Create a Data Entry Form From a query.

The data would feed values to two tables composing the query.

Is it possible to do this?

Any suggestions?

Thanks in advance!,

John

Normally one would not try to update a two (or multi) table query. Instead one
would normally use a Form (for the "one" side table of the relationship) with
a Subform (for the "many").

Feel free to post more details about the nature of the tables, their
relationship, etc. if this doesn't help. Perhaps posting the SQL view of your
query would help.
 

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

Top