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.
 
Top