Blank Form

Y

Yasmin

Hi

I have two tables, which I have used in a query, and now I need to make a form. However, when I do, I can only see the form in design view, the form view is completely blank..

Help
 
J

John Vinson

Hi,

I have two tables, which I have used in a query, and now I need to make a form. However, when I do, I can only see the form in design view, the form view is completely blank...

Help

This typically means that a) the query upon which the form is based
has no data in it and b) that it cannot be updated either. Doublecheck
your query: are you joining from the Primary Key (with a unique index)
of the "one" side table to a Foreign Key of the same datatype in the
related table?

You may also want to consider the more standard technique of using a
Form for the "one" side table with a Subform for the "many". You'll
still want to have the Primary Key and Foreign Key, but now you'll use
them as the master and child link field respectively.
 

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