Null Value in a Table?

  • Thread starter Thread starter Carla
  • Start date Start date
C

Carla

I created a set of tables for a basic project for a class in Access
2007. It is telling me when I try to enter data that a field can't
contain null value. I'm inputting data - how can I figure out what
field is giving me this problem and why?

I established many to one relationships.

It is a project to use to make purchase order forms and reports.
 
DId you perhaps set the field's Required property to Yes?

--
Doug Steele, Microsoft Access MVPhttp://I.Am/DougSteele
(no private e-mails, please)








- Show quoted text -

Would it matter if I entered information in every field? It's pretty
simplistic - pono, podate, supplierid, supplier name, supplier
address, inventoryid, qty ordered, description, cost. The PONo is
automatically generated and that's generating fine.

I'll look, tho, but I am entering information in every field. I went
into the various tables and entered supplier records and inventory
records so that there would be information to pull up.

Thanks
 
DId you perhaps set the field's Required property to Yes?

--
Doug Steele, Microsoft Access MVPhttp://I.Am/DougSteele
(no private e-mails, please)








- Show quoted text -

Can't find the "Required" Property in the property sheet.
 
Can't find the "Required" Property in the property sheet.

Figured it out! The concatenated tables that I had set up were set up
with two primary keys. Once I removed the primary key setups from
them and recreated the relationships, entering data worked.
 

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

Back
Top