Form Not Showing

Haynesey

Registered User.
Local time
Today, 20:27
Joined
Dec 19, 2001
Messages
190
Hi,

I have copied a form and changed the table it is linked to. however, now it just shows a blank screen, not any fields.

I have spent hours on this, please can somebody show me what I have not changed. i have attached the database.

thanks in advance

lee
 

Attachments

Form

In Design View, go to Properties, on the Data Tab set Allow Additions to YES.

One more advice, use a query for your form instead of binding it directly to the table.
 
hi

i m also having this problem.actually i have a main form.i m using a subform in it .i also want to use another subform so i copied this subform and changed the table from which its fething the values.

but the problem is that it dont shows any controls on the subform.the control are in the detail section.i have checked the allow addition properties its yes.
but when i place the controls on the header its display but says for addition u need a current record.

actually i also want to insert data from the subform even if it doesnt not the link data.

thanks
 
form

The problem may be that you have no record in the main table yet, if you have a main table and a sub table, linked one-to-many, you need record in the main table first before you can put one in the sub table.
 

Users who are viewing this thread

Back
Top Bottom