Blank Form

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

Guest

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

Similar Threads

Disappearing Form 2
form view is blank! 8
I can't see forms in Views 3
Form doesn't show 1
Form not displaying records 1
Unremovable horizontal scroll bar on subform 1
blank form 2
Form View blank 3

Back
Top