blank form

H

Heather

I am taking a very large database that has 2008 data and I need to empty it
to put in 2009 data. I saved as, went in and deleted the rows in the tables.
But now my form is a blank page when in form view. If I go to design view,
it's all there.

Help, this is driving me crazy.
Thank you. Heather
 
A

Arvin Meyer [MVP]

You've based your form on a non-updateable query. If you had records in the
underlying tables, you'd see data. The only remedy is to change the query to
make it updateable.
 
G

golfinray

The only reason a form has no data is because there IS no data. Have you
inserted the 2009 data? Have you checked the recordsource of the form to be
sure it is on the correct table/query? Do you have any filters set? Have you
checked that the form and the form properties are enabled? Does your
table/query work properly?
 
H

Heather

How do I make the query updateable?

I need a form to show up with no data in it so that I can have a paper form
for the bridge inspectors to fill out in the field and then come back and
enter in the data. The problem is, is that Access won't let me print a blank
data form. I had to put an * in two of the fields for the form to come up so
I can print a paper form for the bridge inspectors.

Heather
 
J

John W. Vinson

How do I make the query updateable?

I need a form to show up with no data in it so that I can have a paper form
for the bridge inspectors to fill out in the field and then come back and
enter in the data. The problem is, is that Access won't let me print a blank
data form. I had to put an * in two of the fields for the form to come up so
I can print a paper form for the bridge inspectors.

The word "Form" is a bit ambiguous here!

It can mean a sheet of paper that someone writes on.
It can also mean a sophisticated data entry toolbox in an Access database.

The two usages are different, and have apparently misled you! I'd suggest
designing the form so it's bound to the needed tables, perhaps with one or
more subforms, combo boxes, and so on to make data entry easier; you can make
a screen capture of it and edit this *image of the form* to get something to
print out for the manual data entry. They should be similar enough that the
person reading the paper and typing on the keyboard finds it easy to use, but
they need not be identical!
 

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


Top